mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 00:33:03 +00:00
Make it possible to return a symbol_type from yylex.
* data/lalr1.cc (b4_lex_symbol_if): New. (parse): When lex_symbol is defined, expected yylex to return the complete lookahead. * etc/bench.pl.in (generate_grammar_list): Extend to support this yylex interface. (bench_variant_parser): Exercise it.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2008-11-11 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Make it possible to return a symbol_type from yylex.
|
||||
* data/lalr1.cc (b4_lex_symbol_if): New.
|
||||
(parse): When lex_symbol is defined, expected yylex to return the
|
||||
complete lookahead.
|
||||
* etc/bench.pl.in (generate_grammar_list): Extend to support this
|
||||
yylex interface.
|
||||
(bench_variant_parser): Exercise it.
|
||||
|
||||
2008-11-11 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Remove useless bench case.
|
||||
|
||||
Reference in New Issue
Block a user