summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* merge branch 'maint'Akim Demaille2020-03-082-6/+133
|\
| * yacc.c: make sure we properly propagated the user's number for errorAkim Demaille2020-03-081-0/+15
| * diagnostics: don't crash because of repeated definitions of errorAkim Demaille2020-03-081-0/+31
| * diagnostics: beware of zero-width charactersAkim Demaille2020-03-081-4/+22
| * diagnostics: be sure to close the styling when lines are too shortAkim Demaille2020-03-071-1/+42
| * muscles: fix incorrect decoding of $Akim Demaille2020-03-071-0/+19
| * code: be robust to reference with invalid tagsAkim Demaille2020-03-061-1/+4
| * larlr1.cc: Reject unsupported values for parse.lacAdrian Vogelsgesang2020-01-211-2/+21
* | style: formatting changesAkim Demaille2020-03-041-3/+2
* | c++: add support for parse.error=customAdrian Vogelsgesang2020-02-272-2/+30
* | c++: add support for parse.error=detailedAdrian Vogelsgesang2020-02-271-0/+1
* | typo: succesful -> successfulAdrian Vogelsgesang2020-02-271-1/+1
* | diagnostics: modernize the display of submessagesVictor Morales Cayuela2020-02-156-154/+154
* | tests: check calls to yyerror from the user actionsAkim Demaille2020-02-121-12/+31
* | java: beware not to alias the locations of the various symbolsAkim Demaille2020-02-112-2/+8
* | java: check that parse.error custom|detailed work with push parsersAkim Demaille2020-02-111-0/+3
* | java: don't expose the Context's membersAkim Demaille2020-02-112-5/+5
* | parse.error: document and diagnose the incompatibility with %token-tableAkim Demaille2020-02-101-0/+28
* | doc: clearly state that %yacc only makes sense with yacc.cAkim Demaille2020-02-091-25/+24
* | java: provide Context with a more OO interfaceAkim Demaille2020-02-081-3/+3
* | java: add support for parse.error customAkim Demaille2020-02-082-0/+26
* | java: add support for parse.error=detailedAkim Demaille2020-02-081-2/+15
* | java: tests: remove now redundant testsAkim Demaille2020-02-051-639/+0
* | java: tests: check push parsers like the othersAkim Demaille2020-02-052-5/+26
* | java: tests: remove now redundant testsAkim Demaille2020-02-052-300/+2
* | java: tests: check location tracking in the calculatorAkim Demaille2020-02-052-116/+113
* | java: tests: prepare the replacement of calculator testsAkim Demaille2020-02-052-2/+43
* | java: style: prefer putting the square brackets on the typeAkim Demaille2020-02-052-2/+2
* | traces: don't print the stack before the gotosAkim Demaille2020-02-054-10/+1
* | traces: show the stack after reading a tokenAkim Demaille2020-02-055-3/+39
* | traces: write the "Reading a token" alone on its lineAkim Demaille2020-02-045-32/+62
* | java: use the same calc tests as the other skeletonsAkim Demaille2020-02-022-24/+258
* | java: formatting changesAkim Demaille2020-02-022-3/+3
* | java: example: rely on autoboxingAkim Demaille2020-02-021-15/+13
* | tests: comment changesAkim Demaille2020-02-021-37/+20
* | skeletons: add support for %code epilogueAkim Demaille2020-02-022-10/+5
* | glr.c: add support for parse.error=customAkim Demaille2020-01-291-1/+2
* | glr.c: add support for parse.error=detailedAkim Demaille2020-01-291-0/+1
* | tests: check custom error messages and push parsersAkim Demaille2020-01-262-1/+10
* | diagnostics: modernize bison's syntax errorsAkim Demaille2020-01-232-10/+10
* | diagnostics: report syntax errors in colorAkim Demaille2020-01-231-1/+1
* | diagnostics: translate bison's own tokensAkim Demaille2020-01-231-2/+2
* | larlr1.cc: Reject unsupported values for parse.lacAdrian Vogelsgesang2020-01-211-2/+21
* | parsers: issue tname with i18n markupAkim Demaille2020-01-191-0/+1
* | tests: check token internationalizationAkim Demaille2020-01-191-4/+24
* | tests: check that detailed error messages preserve UTF-8 charactersAkim Demaille2020-01-191-11/+4
* | yacc.c: escape trigraphs in detailed parse.errorAkim Demaille2020-01-191-5/+16
* | yacc.c: tests: check detailed error messagesAkim Demaille2020-01-192-9/+14
* | yacc.c: add support for parse.error detailedAkim Demaille2020-01-191-17/+17
* | Merge branch 'maint'Akim Demaille2020-01-191-2/+2
|\ \ | |/