summaryrefslogtreecommitdiff
path: root/tests/calc.at
Commit message (Expand)AuthorAgeFilesLines
* java: clean up the definition of token kindsAkim Demaille2020-04-281-1/+1
* error: rename the error token from YYERRCODE to YYerrorAkim Demaille2020-04-281-6/+6
* all: don't emit an error message when the scanner returns YYERRCODEAkim Demaille2020-04-261-0/+15
* c: don't emit an error message when the scanner returns YYERRCODEAkim Demaille2020-04-261-6/+40
* tests: beware of portability issues with wcAkim Demaille2020-04-191-2/+2
* doc: spell checkAkim Demaille2020-04-131-1/+1
* d: put YYEMPTY in the TokenKindAkim Demaille2020-04-131-2/+2
* skeletons: use "invalid token" instead of "$undefined"Akim Demaille2020-04-121-1/+1
* java: move away from _ for internationalizationAkim Demaille2020-03-301-1/+1
* c++: add support for parse.error=customAdrian Vogelsgesang2020-02-271-0/+3
* c++: add support for parse.error=detailedAdrian Vogelsgesang2020-02-271-0/+1
* typo: succesful -> successfulAdrian Vogelsgesang2020-02-271-1/+1
* 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-111-2/+2
* java: check that parse.error custom|detailed work with push parsersAkim Demaille2020-02-111-0/+3
* doc: clearly state that %yacc only makes sense with yacc.cAkim Demaille2020-02-091-25/+24
* java: add support for parse.error customAkim Demaille2020-02-081-0/+3
* java: add support for parse.error=detailedAkim Demaille2020-02-081-2/+15
* java: tests: check push parsers like the othersAkim Demaille2020-02-051-5/+21
* java: tests: check location tracking in the calculatorAkim Demaille2020-02-051-106/+64
* 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-051-1/+1
* traces: show the stack after reading a tokenAkim Demaille2020-02-051-1/+1
* traces: write the "Reading a token" alone on its lineAkim Demaille2020-02-041-2/+4
* java: use the same calc tests as the other skeletonsAkim Demaille2020-02-021-24/+249
* tests: comment changesAkim Demaille2020-02-021-37/+20
* skeletons: add support for %code epilogueAkim Demaille2020-02-021-0/+1
* 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-261-1/+7
* parsers: issue tname with i18n markupAkim Demaille2020-01-191-0/+1
* tests: check token internationalizationAkim Demaille2020-01-191-4/+24
* yacc.c: tests: check detailed error messagesAkim Demaille2020-01-191-8/+10
* yacc.c: add support for parse.error detailedAkim Demaille2020-01-191-17/+17
* yacc.c: pass the parse-params to yyreport_syntax_errorAkim Demaille2020-01-171-30/+35
* tests: a clearer test for parse-paramsAkim Demaille2020-01-171-25/+52
* yacc.c: check custom error messages with parse-paramsAkim Demaille2020-01-171-1/+2
* yacc.c: let custom error messages see the locationAkim Demaille2020-01-171-0/+1
* tests: compute verbose error messages from the custom onesAkim Demaille2020-01-171-39/+23
* yacc.c: check custom error messagesAkim Demaille2020-01-171-20/+48
* style: avoid redundancy in the testsAkim Demaille2020-01-151-13/+14
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* tests: refactor the handling of PerlAkim Demaille2019-10-131-3/+3
* tests: be really robust to Perl missingAkim Demaille2019-10-111-2/+2
* d: remove useless importsAkim Demaille2019-08-291-2/+0
* tests: restructure for clarityAkim Demaille2019-06-231-138/+159
* d: track locationsAkim Demaille2019-06-231-13/+48
* java: style changesAkim Demaille2019-06-191-1/+1
* tests: remove useless support of '.' in integersAkim Demaille2019-06-041-3/+3
* api.location.type: support it in CAkim Demaille2019-04-251-8/+26