mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user