summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* c: always use YYMALLOC/YYFREEAkim Demaille2020-08-301-2/+2
* cex: more colorsAkim Demaille2020-07-151-0/+4
* html: capitalize titlesAkim Demaille2020-07-111-1/+1
* html: don't define several times the same anchorsAkim Demaille2020-07-111-14/+20
* html: simplifyAkim Demaille2020-07-111-7/+1
* reports: let html reports catch up with --report and --graphAkim Demaille2020-07-111-0/+6
* reports: let xml reports catch up with --report and --graphAkim Demaille2020-07-111-6/+14
* reports: update html ouputAkim Demaille2020-07-111-27/+45
* style: update commentsAkim Demaille2020-07-051-0/+4
* style: update comments in the skeletonsAkim Demaille2020-07-055-12/+18
* doc: more details about symbols in m4Akim Demaille2020-07-051-3/+3
* cex: give more details about -Wcex and -rcexAkim Demaille2020-07-041-1/+1
* yacc.c: push: don't clear the parser state when accepting/rejectingAkim Demaille2020-06-291-24/+33
* yacc.c: simplify initialization of push parsersAkim Demaille2020-06-291-21/+13
* yacc.c: declare and initialize and the same timeAkim Demaille2020-06-291-28/+26
* yacc.c: style changes in push modeAkim Demaille2020-06-291-7/+8
* yacc.c: simplify yypull_parseAkim Demaille2020-06-291-19/+16
* doc: overhaul of the readmesAkim Demaille2020-06-281-3/+5
* java: rename package as api.packageAkim Demaille2020-06-281-1/+1
* c++: by default, use const std::string for file namesAkim Demaille2020-06-272-6/+10
* doc: use dot/'•' rather than point/'.'Akim Demaille2020-06-233-15/+15
* cex: use the bullet in HTMLAkim Demaille2020-06-221-2/+2
* c++: get rid of global_tokens_and_yystypeAkim Demaille2020-06-162-17/+0
* Merge 'maint'Akim Demaille2020-06-162-39/+66
|\
| * glr.cc: don't leak glr.c/glr.cc scaffolding to the userAkim Demaille2020-06-152-33/+54
* | api.header.include: document it, and fix its default valueAkim Demaille2020-06-091-1/+1
* | cex: color the counterexamplesAkim Demaille2020-06-071-0/+23
* | all: show the rules in comments before the user actionsAkim Demaille2020-06-073-9/+9
* | Merge maint into HEADAkim Demaille2020-06-031-1/+1
|\ \ | |/
| * build: check -Wmissing-prototypesAkim Demaille2020-06-011-1/+1
| * c++: fix printing of state number on streamsAkim Demaille2020-05-231-1/+1
* | bison: add command line option to map file prefixesJoshua Watt2020-05-245-10/+10
* | c++: fix printing of state number on streamsAkim Demaille2020-05-231-1/+1
* | kinds: use the symbol kinds where applicableAkim Demaille2020-05-231-1/+1
* | kinds: also define the possibly qualified symbol kindsAkim Demaille2020-05-2310-80/+113
* | m4: simplify useless quotationAkim Demaille2020-05-231-2/+2
* | m4: use m4_shift2 etc.Akim Demaille2020-05-231-2/+4
* | style: rename user_token_number as codeAkim Demaille2020-05-2310-16/+16
* | Merge maint into masterAkim Demaille2020-05-224-3/+29
|\ \ | |/
| * fix generated commentsAkim Demaille2020-05-212-3/+26
| * traces: provide a means to get short m4 tracesAkim Demaille2020-05-212-0/+3
* | Merge branch 'maint'Akim Demaille2020-05-171-1/+5
|\ \ | |/
| * fix: do not emit nested commentsAkim Demaille2020-05-171-1/+5
* | c: more fixes for _NoreturnAkim Demaille2020-05-171-2/+3
* | c: restore definition of _Noreturn as [[noreturn]] in C++Akim Demaille2020-05-161-9/+6
* | Merge branch maintAkim Demaille2020-05-103-93/+123
|\ \ | |/
| * c++: style: reorder generated codeAkim Demaille2020-05-101-78/+79
| * c++: provide yy::parser::symbol_type::nameAkim Demaille2020-05-102-3/+25
| * c++: make parser::symbol_name publicAkim Demaille2020-05-101-13/+20
| * yacc.c: restore ansi-c compatibilityAkim Demaille2020-05-091-1/+1