summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* build: check -Wsubobject-linkage in C++Akim Demaille2021-10-111-0/+4
* tests: disable "Multistart reports"Akim Demaille2021-09-021-0/+1
* CI: don't require Autoconf 2.71Akim Demaille2021-08-191-0/+2
* examples: don't demonstrate multistart, which is not part of 3.8Akim Demaille2021-08-191-3/+0
* glr2.cc: require C++11Akim Demaille2021-08-191-1/+4
* glr.c: fix signature when using custom error messagesAkim Demaille2021-08-111-0/+2
* tests: check symbol/token renumberingAkim Demaille2021-08-111-8/+0
* yacc: comply with recent POSIX updates: declare yyerror and yylexAkim Demaille2021-08-091-4/+0
* m4: catch suspicions of unevaluated macrosAkim Demaille2021-08-071-4/+0
* style: formatting changes in scan-code.lAkim Demaille2021-08-071-0/+8
* doc: avoid #define YYDEBUG in C++Akim Demaille2021-08-071-3/+0
* todo: d: push and token ctors are doneAkim Demaille2021-08-041-96/+0
* doc: glr: document typed mergersAkim Demaille2021-08-041-9/+0
* todo: POSIX yacc and prototypesAkim Demaille2021-08-031-0/+4
* doc: printing locationsAkim Demaille2021-02-091-4/+0
* yacc: remove support for YYPRINTAkim Demaille2021-02-011-4/+1
* c++: make it clear that #define YYSTYPE is not supportedAkim Demaille2021-02-011-4/+1
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-2/+2
* package: fix details after merge with 3.7.5Akim Demaille2021-01-241-0/+22
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* glr2.cc: add support for api.token.constructorAkim Demaille2021-01-101-5/+0
* glr.c: example: several improvementsAkim Demaille2021-01-021-0/+4
* %merge: fix compatibility with api.value.type=unionAkim Demaille2020-12-311-0/+9
* style: use yyval only, not yysvalAkim Demaille2020-12-261-7/+1
* style: rename semanticVal as valueAkim Demaille2020-12-261-1/+1
* glr2.cc: use YYCDEBUG, not YY_DEBUG_STREAMAkim Demaille2020-12-261-1/+0
* glr2.cc: don't use YYSTYPE/YYLTYPE at allAkim Demaille2020-12-261-4/+0
* glr2.cc: example: use objects (not pointers) to represent the ASTAkim Demaille2020-12-201-0/+17
* glr2.cc: fix pointer arithmethicsAkim Demaille2020-12-141-0/+3
* glr2.cc: add support for parse.assertAkim Demaille2020-12-061-0/+4
* glr2.cc: turn some pointers into referencesAkim Demaille2020-12-061-0/+6
* glr.c: fix line numbers in logsAkim Demaille2020-12-061-0/+6
* gnulib: updateAkim Demaille2020-11-301-8/+0
* TODO: updateAkim Demaille2020-11-221-68/+5
* todo: moreAkim Demaille2020-11-111-0/+4
* multistart: introduce and use rule_is_initialAkim Demaille2020-11-101-19/+0
* java: lac: a stronger test for the exploratory stackAkim Demaille2020-11-061-0/+3
* tests: remove useless prefix for EOF in DAkim Demaille2020-09-291-0/+3
* yacc.c: also count calls to YYERROR in yynerrsAkim Demaille2020-09-271-0/+3
* multistart: use b4_accept instead of action post-processingAkim Demaille2020-09-271-0/+4
* todo: moreAkim Demaille2020-09-271-0/+19
* multistart: equip yacc.cAkim Demaille2020-09-271-0/+4
* multistart: turn start symbols into rules on $acceptAkim Demaille2020-09-271-0/+11
* d: change the return value of yylex from int to TokenKindAdela Vais2020-09-261-11/+4
* glr2.cc: disable incorrect warnings from GCC6 to 9Akim Demaille2020-09-131-3/+10
* d: make enum SymbolKind idiomatic DAdela Vais2020-09-121-84/+0
* glr2.cc: move StrongIndexAlias into the namespaceValentin Tolmer2020-09-121-4/+0
* glr2.cc: remove usage of PTRDIFF_MAXValentin Tolmer2020-09-121-12/+0
* glr2.cc: remove C-style castsValentin Tolmer2020-09-121-8/+0