Update TODO.

* TODO (-D): is implemented.
	(associativity): Same precedence must have the same associativity.
	For instance, how can a * b / c be parsed if * is %left and / is
	%right?
	(YYERRORCODE, YYFAIL, YYBACKUP): New.
This commit is contained in:
Akim Demaille
2008-08-18 14:44:05 +02:00
parent 247efe346c
commit 42f832d680
2 changed files with 64 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
2008-11-10 Akim Demaille <demaille@gostai.com>
Update TODO.
* TODO (-D): is implemented.
(associativity): Same precedence must have the same associativity.
For instance, how can a * b / c be parsed if * is %left and / is
%right?
(YYERRORCODE, YYFAIL, YYBACKUP): New.
2008-11-10 Akim Demaille <demaille@gostai.com>
Formatting changes.