Support i18n of the parse error messages.

* TODO (lalr1.cc/I18n): Remove.
	* data/lalr1.cc (yysyntax_error_): Support the translation of the
	error messages, as done in yacc.c.
	Stay within the yy* pseudo namespace.
(cherry picked from commit a0ffc1751e)

Conflicts:

	TODO
	data/lalr1.cc
This commit is contained in:
Akim Demaille
2008-08-21 21:46:13 +02:00
committed by Joel E. Denny
parent 1e05521d4f
commit e657f3698e
3 changed files with 56 additions and 33 deletions

3
TODO
View File

@@ -22,9 +22,6 @@ parser") refers to the current `output' format.
** vector
Move to using vector, drop stack.hh.
** I18n
Catch up with yacc.c.
* Report
** GLR