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:
Akim Demaille
2020-11-01 15:32:24 +01:00
parent 57848d9262
commit 042b916c0e
4 changed files with 55 additions and 47 deletions

View File

@@ -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).