summaryrefslogtreecommitdiff
path: root/data/skeletons/lalr1.cc
Commit message (Expand)AuthorAgeFilesLines
* c++: fix printing of state number on streamsAkim Demaille2020-05-231-1/+1
* c++: style: reorder generated codeAkim Demaille2020-05-101-78/+79
* c++: provide yy::parser::symbol_type::nameAkim Demaille2020-05-101-3/+2
* c++: make parser::symbol_name publicAkim Demaille2020-05-101-13/+20
* all: fix the interface of yyexpected_tokensAkim Demaille2020-05-061-0/+2
* c++: use modern idioms to make classes non-copyableAkim Demaille2020-05-011-3/+13
* style: c++: s/type/kind/ where appropriateAkim Demaille2020-04-281-3/+3
* c: don't emit an error message when the scanner returns YYERRCODEAkim Demaille2020-04-261-0/+10
* c++: make valid to print the empty symbolAkim Demaille2020-04-261-13/+11
* c++: always define symbol_nameAkim Demaille2020-04-261-31/+53
* c++: fix a few style issuesAkim Demaille2020-04-261-5/+5
* all: prefer YYERRCODE to YYERRORAkim Demaille2020-04-261-4/+4
* c, c++: provide a default definition for N_Akim Demaille2020-04-201-0/+5
* style: fix commentsAkim Demaille2020-04-191-1/+1
* c++: give public access to the symbol kindAkim Demaille2020-04-181-18/+18
* skeletons: use symbol(-2, kind)Akim Demaille2020-04-161-3/+3
* style: comments changes about error handlingAkim Demaille2020-04-161-24/+25
* doc: c++: document parser::contextAkim Demaille2020-04-131-3/+3
* doc: promote yytoken_kind_t, not yytokentypeAkim Demaille2020-04-121-1/+1
* c++: remove the yy prefix from some functionsAkim Demaille2020-04-121-5/+5
* c++: improvements on symbol kindsAkim Demaille2020-04-101-7/+9
* skeletons: introduce api.symbol.prefixAkim Demaille2020-04-071-8/+8
* skeletons: beware not to use yyarg when it's nullAkim Demaille2020-04-061-1/+2
* skeletons: use consistently "kind" instead of "type" in the codeAkim Demaille2020-04-051-6/+6
* c, c++: rename yysymbol_type_t as yysymbol_kind_tAkim Demaille2020-04-051-19/+19
* style: rename yysyntax_error_arguments as yy_syntax_error_argumentsAkim Demaille2020-04-051-5/+5
* c++: replace symbol_number_type with symbol_type_typeAkim Demaille2020-04-011-19/+19
* c++: also use symbol_type_typeAkim Demaille2020-04-011-46/+43
* skeletons: make yysyntax_error_arguments a private detailAkim Demaille2020-03-281-53/+58
* lalr1.cc: avoid using yysyntax_error_argumentsAkim Demaille2020-03-281-1/+2
* skeletons: fix incorrect type for translatable tokensAkim Demaille2020-03-281-1/+1
* style: reduce length of private constantAkim Demaille2020-03-231-3/+3
* 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
* typo: succesful -> successfulAdrian Vogelsgesang2020-02-271-1/+1
* skeletons: avoid b4_error_verbose_if, which is confusingAkim Demaille2020-02-101-7/+6
* skeletons: decorelate %token-table from verbose error messagesAkim Demaille2020-02-101-7/+25
* traces: don't print the stack before the gotosAkim Demaille2020-02-051-1/+0
* traces: show the stack after reading a tokenAkim Demaille2020-02-051-0/+1
* traces: write the "Reading a token" alone on its lineAkim Demaille2020-02-041-1/+1
* larlr1.cc: Reject unsupported values for parse.lacAdrian Vogelsgesang2020-01-211-0/+1
* Merge branch 'maint'Akim Demaille2020-01-191-7/+7
|\
| * warnings: pacify ICC in lalr1.ccAkim Demaille2020-01-191-7/+7
* | c++: report the stack at the same places as in CAkim Demaille2020-01-151-0/+2
* | c++: display the stack in the same order as in CAkim Demaille2020-01-151-2/+0
|/
* lalr1.cc: avoid static_castAkim Demaille2020-01-101-2/+2
* package: bump copyrights to 2020Akim Demaille2020-01-101-2/+2