summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* yacc.c: style: prefer switch to ifAkim Demaille2020-03-171-33/+30
* yacc.c: yypstate_expected_tokensAkim Demaille2020-03-171-23/+41
* merge branch 'maint'Akim Demaille2020-03-081-1/+1
|\
| * yacc.c: make sure we properly propagated the user's number for errorAkim Demaille2020-03-081-1/+1
| * typo: succesful -> successfulAdrian Vogelsgesang2020-03-061-1/+1
| * java: avoid trailing white spacesAkim Demaille2020-02-132-54/+57
| * m4: fix b4_token_formatAkim Demaille2020-02-131-3/+3
| * larlr1.cc: Reject unsupported values for parse.lacAdrian Vogelsgesang2020-01-211-0/+1
* | yacc.c: simplify yyparse_context_t member namesAkim Demaille2020-03-051-3/+3
* | yacc.c: yyerror_range does not need to be preserved accross callsAkim Demaille2020-03-051-7/+6
* | yacc.c: push: undefine the pstate macros for the epilogueAkim Demaille2020-03-051-17/+34
* | yacc.c: push: initialize the pstate variables in pstate_newAkim Demaille2020-03-051-43/+65
* | style: formatting changesAkim Demaille2020-03-041-5/+5
* | m4: remove b4_function_define and b4_function_declareAkim Demaille2020-03-021-24/+0
* | m4: decommission b4_function_declareAkim Demaille2020-03-023-28/+18
* | m4: decommission function generating macroAkim Demaille2020-03-024-87/+58
* | c++: don't copy the lookaheadAkim Demaille2020-02-271-9/+11
* | c++: minor fixesAkim Demaille2020-02-271-21/+22
* | c++: add support for parse.error=customAdrian Vogelsgesang2020-02-271-4/+12
* | c++: add parser::context for syntax error handlingAdrian Vogelsgesang2020-02-271-101/+135
* | c++: add support for parse.error=detailedAdrian Vogelsgesang2020-02-271-10/+45
* | skeletons: prefer b4_parse_error_{case,bmatch} over manual solutionAdrian Vogelsgesang2020-02-273-22/+21
* | typo: succesful -> successfulAdrian Vogelsgesang2020-02-271-1/+1
* | java: provide a Context ctorAkim Demaille2020-02-131-5/+7
* | c++: simplifyAkim Demaille2020-02-121-6/+0
* | java: don't expose the Context's membersAkim Demaille2020-02-111-6/+13
* | parse.error: document and diagnose the incompatibility with %token-tableAkim Demaille2020-02-101-0/+8
* | java: revert "style: avoid useless initializers"Akim Demaille2020-02-101-2/+9
* | skeletons: avoid b4_error_verbose_if, which is confusingAkim Demaille2020-02-105-25/+27
* | skeletons: decorelate %token-table from verbose error messagesAkim Demaille2020-02-102-11/+25
* | style: stylistic cleanups in the C skeletonsAdrian Vogelsgesang2020-02-092-10/+2
* | java: provide Context with a more OO interfaceAkim Demaille2020-02-081-74/+77
* | java: add support for parse.error customAkim Demaille2020-02-081-20/+35
* | java: let the Context give access to yyntokensAkim Demaille2020-02-081-10/+12
* | java: make the syntax error format string translatableAkim Demaille2020-02-082-8/+15
* | java: introduce yyexpectedTokensAkim Demaille2020-02-081-63/+101
* | java: add support for parse.error=detailedAkim Demaille2020-02-083-39/+71
* | m4: fix b4_token_formatAkim Demaille2020-02-081-3/+3
* | java: style: avoid useless initializersAkim Demaille2020-02-052-7/+3
* | java: style: prefer putting the square brackets on the typeAkim Demaille2020-02-051-1/+1
* | traces: don't print the stack before the gotosAkim Demaille2020-02-054-6/+0
* | traces: show the stack after reading a tokenAkim Demaille2020-02-053-1/+5
* | traces: write the "Reading a token" alone on its lineAkim Demaille2020-02-045-7/+7
* | java: use the same calc tests as the other skeletonsAkim Demaille2020-02-021-2/+2
* | java: add access to the number of errorsAkim Demaille2020-02-021-4/+11
* | java: formatting changesAkim Demaille2020-02-022-13/+13
* | java: avoid trailing white spacesAkim Demaille2020-02-022-54/+57
* | skeletons: add support for %code epilogueAkim Demaille2020-02-024-9/+8
* | glr.c: add support for parse.error=customAkim Demaille2020-01-291-0/+19
* | glr.c: add support for parse.error=detailedAkim Demaille2020-01-291-30/+73