summaryrefslogtreecommitdiff
path: root/data/skeletons/lalr1.cc
Commit message (Expand)AuthorAgeFilesLines
* yacc.c, lalr1.cc: fix warnings about yynerrsAkim Demaille2022-08-021-1/+1
* lalr1.cc: declare stack_symbol_type as noexceptAkim Demaille2022-08-011-2/+2
* package: bump copyrights to 2022Paul Eggert2022-01-151-2/+2
* c++: use YY_NOEXCEPT where it helpsAkim Demaille2021-09-181-7/+7
* c++: avoid using the obsolete namesAkim Demaille2021-09-121-4/+4
* lalr1.cc: style changesAkim Demaille2021-08-111-8/+11
* style: rename b4_lex as b4_yylexAkim Demaille2021-08-091-5/+5
* c++: stop referring to YYSTYPE in yylexAkim Demaille2021-02-011-2/+2
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-2/+2
* style: YYUSE is private, make it YY_USEAkim Demaille2021-01-031-2/+2
* lalr1.cc: style: quoting changesAkim Demaille2020-12-281-3/+3
* glr2.cc: reorganize the skeletonAkim Demaille2020-12-261-7/+16
* c++: use noexcept where appropriateAkim Demaille2020-12-031-3/+3
* style: avoid explicit symbol numbersAkim Demaille2020-11-071-8/+8
* style: comment changes in the skeletonsAkim Demaille2020-11-031-10/+10
* symbols: stop dealing with YYEMPTY as b4_symbol(-2, ...)Akim Demaille2020-09-291-4/+4
* options: rename --defines as --headerAkim Demaille2020-09-191-3/+3
* c++: get rid of global_tokens_and_yystypeAkim Demaille2020-06-161-8/+0
* bison: add command line option to map file prefixesJoshua Watt2020-05-241-3/+3
* c++: fix printing of state number on streamsAkim Demaille2020-05-231-1/+1
* kinds: also define the possibly qualified symbol kindsAkim Demaille2020-05-231-11/+18
* 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