mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
style: comment changes in the skeletons
* data/skeletons/lalr1.cc: Prepare for Java's LAC. * data/skeletons/lalr1.java: Style fixes.
This commit is contained in:
@@ -117,13 +117,13 @@
|
||||
// with TOK_ (e.g., TOK_EOF).
|
||||
%define api.token.prefix {TOK_}
|
||||
|
||||
// Customized syntax error messages (see yyreport_syntax_error).
|
||||
// Customized syntax error messages (see yyreport_syntax_error)...
|
||||
%define parse.error custom
|
||||
|
||||
// with locations.
|
||||
// ... with locations...
|
||||
%locations
|
||||
|
||||
// and accurate list of expected tokens.
|
||||
// ... and accurate list of expected tokens.
|
||||
%define parse.lac full
|
||||
|
||||
// Generate the parser description file (calc.output).
|
||||
|
||||
Reference in New Issue
Block a user