summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* d: fix syntax error on SymbolKind.toString methodAdela Vais2022-09-201-3/+2
* d: fix interface syntax errorAdela Vais2022-09-201-2/+3
* c++: enable C++11 assignment operators for lalr1.ccAnthony Heading2022-09-031-6/+6
* yacc.c, lalr1.cc: fix warnings about yynerrsAkim Demaille2022-08-022-2/+2
* glr2.cc: fix -Wnoexcept issuesAkim Demaille2022-08-011-2/+2
* lalr1.cc: declare stack_symbol_type as noexceptAkim Demaille2022-08-011-2/+2
* package: bump copyrights to 2022Paul Eggert2022-01-1527-34/+34
* c++: use YY_NOEXCEPT where it helpsAkim Demaille2021-09-184-28/+28
* glr2.cc: semantic_option: use a symbolAkim Demaille2021-09-132-39/+35
* glr2.cc: don't publish move ctor to lalr1.ccAkim Demaille2021-09-131-6/+6
* glr2.cc: simplify semantic_optionAkim Demaille2021-09-121-3/+3
* glr2.cc: we require C++11Akim Demaille2021-09-121-4/+0
* glr2.cc: introduse b4_glr2_cc_ifAkim Demaille2021-09-122-9/+13
* glr2.cc: don't pass %parse-param to destroyAkim Demaille2021-09-121-6/+6
* glr2.cc: kill trailing white spacesAkim Demaille2021-09-121-15/+14
* glr2.cc: move strong_index_alias into the unnamed namespaceAkim Demaille2021-09-121-82/+82
* glr2.cc: use only symbol_kind_type, not yysymbol_kind_tAkim Demaille2021-09-121-22/+23
* glr2.cc: prefer using, and remove useless type aliasesAkim Demaille2021-09-121-30/+15
* glr2.cc: put glr_state_set and glr_stack_item in unnamed namespaceAkim Demaille2021-09-121-239/+248
* glr2.cc: move state_stack into the unnamed namespaceAkim Demaille2021-09-121-352/+354
* glr2.cc: style: clarify control flowAkim Demaille2021-09-121-6/+7
* glr2.cc: move glr_stack and glr_state into the parser classAkim Demaille2021-09-121-1238/+1244
* glr2.cc: put create_state_set_index in unnamed namespaceAkim Demaille2021-09-121-2/+5
* glr2.cc: prefer unnamed namespace to 'static'Akim Demaille2021-09-121-45/+69
* glr2.cc: put semantic_option into an unnamed namespaceAkim Demaille2021-09-121-231/+237
* glr2.cc: don't publish YY_EXCEPTIONSAkim Demaille2021-09-121-9/+9
* glr2.cc: custom error messagesAkim Demaille2021-09-121-96/+167
* glr2.cc: start the transition to using symbol_typeAkim Demaille2021-09-121-109/+94
* c++: add move assignments to the symbol typeAkim Demaille2021-09-121-0/+28
* c++: avoid using the obsolete namesAkim Demaille2021-09-124-18/+25
* yacc: declare yyerror/yylex only when POSIXLY_CORRECTAkim Demaille2021-09-112-1/+2
* style: c++: formatting changesAkim Demaille2021-08-292-13/+12
* c++: beware of Visual C++ limitationsAkim Demaille2021-08-291-0/+2
* glr2.cc: require C++11Akim Demaille2021-08-191-1/+0
* c: fix _Noreturn support detectionAkim Demaille2021-08-111-1/+1
* lalr1.cc: style changesAkim Demaille2021-08-111-8/+11
* glr.c: fix signature when using custom error messagesAkim Demaille2021-08-111-2/+2
* style: rename b4_lex as b4_yylexAkim Demaille2021-08-096-22/+31
* yacc: comply with recent POSIX updates: declare yyerror and yylexAkim Demaille2021-08-092-4/+37
* d: prepare to be able to run LAC testsAkim Demaille2021-08-071-0/+1
* tests: factor iterating over skeletonsAkim Demaille2021-08-071-0/+2
* m4: catch suspicions of unevaluated macrosAkim Demaille2021-08-074-16/+21
* all: fix confusion between token ctor and symbol ctorAkim Demaille2021-08-013-13/+14
* d: add push parser supportAdela Vais2021-04-112-47/+195
* d: add token constructors supportAdela Vais2021-03-261-0/+27
* d: add api.value.type union supportAkim Demaille2021-03-262-6/+116
* d: rewrite Symbol's constructors in M4Adela Vais2021-03-261-14/+18
* Merge 3.7.6 into masterAkim Demaille2021-03-101-5/+7
|\
| * yacc: fix push parserAkim Demaille2021-03-071-5/+7
| * Update URLs to prefer https: to http:Paul Eggert2021-01-3025-31/+31