summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: use markdown hyperlinksAkim Demaille2020-05-103-11/+11
* style: minor fixesAkim Demaille2020-05-091-4/+4
* examples: beware of portability issue on WindowsAkim Demaille2020-05-082-10/+26
* all: fix the interface of yyexpected_tokensAkim Demaille2020-05-062-4/+7
* examples: fix handling of syntax errorsAkim Demaille2020-05-052-6/+7
* examples: beware of strnlen portability issuesAkim Demaille2020-05-041-1/+3
* examples: beware of portability issues with sh's trapAkim Demaille2020-05-043-3/+16
* bistromathic: beware of portability issues of readline on AIXAkim Demaille2020-05-031-4/+16
* examples: beware of portability issues with cmpAkim Demaille2020-05-031-1/+1
* build: fix warnings (shown on IRIX)Akim Demaille2020-05-032-2/+2
* bistromathic: beware of portability issues with strndupAkim Demaille2020-05-031-8/+23
* bistromathic: beware of portability of readlineAkim Demaille2020-05-032-11/+14
* tests: beware of portability issues of shAkim Demaille2020-05-031-1/+1
* java: demonstrate push parsersAkim Demaille2020-05-032-14/+28
* examples: beware of intl portability issuesAkim Demaille2020-05-032-2/+3
* examples: beware of portability issues with readlineAkim Demaille2020-05-031-4/+22
* examples: beware of the portability of flex --header-fileAkim Demaille2020-05-032-2/+4
* java: comment changesAkim Demaille2020-05-011-5/+20
* doc: document YYEOF, YYUNDEF and YYerrorAkim Demaille2020-04-291-3/+3
* tests: beware of portability of readlineAkim Demaille2020-04-291-1/+2
* java: clean up the definition of token kindsAkim Demaille2020-04-282-2/+2
* error: rename the error token from YYERRCODE to YYerrorAkim Demaille2020-04-282-2/+2
* c: don't emit an error message when the scanner returns YYERRCODEAkim Demaille2020-04-263-16/+153
* examples: bistromathic: demonstrate error recoveryAkim Demaille2020-04-264-3/+21
* examples: bistromathic: when quitting, close the current lineAkim Demaille2020-04-263-26/+45
* examples: bistromathic: comment changesAkim Demaille2020-04-261-1/+8
* style: minor fixesAkim Demaille2020-04-251-1/+0
* examples: bistromathic: shorten token descriptionAkim Demaille2020-04-242-8/+6
* examples: bistromathic: demonstrate internationalizationAkim Demaille2020-04-245-38/+110
* examples: beware of readline on macOSAkim Demaille2020-04-182-1/+31
* examples: bistro: don't be lazy with switchAkim Demaille2020-04-141-30/+36
* doc: java: SymbolKind, etc.Akim Demaille2020-04-131-2/+2
* style: java: get closer to the Java styleAkim Demaille2020-04-132-143/+125
* doc: c++: document parser::contextAkim Demaille2020-04-131-1/+8
* d: put YYEMPTY in the TokenKindAkim Demaille2020-04-131-13/+11
* doc: promote yytoken_kind_t, not yytokentypeAkim Demaille2020-04-122-2/+2
* c: rename yyexpected_tokens as yypcontext_expected_tokensAkim Demaille2020-04-121-1/+1
* skeletons: make the eof token translatable if i18n is enabledAkim Demaille2020-04-121-2/+1
* skeletons: use "end of file" instead of "$end"Akim Demaille2020-04-123-5/+4
* java: prefer null to YYSYMBOL_YYEMPTYAkim Demaille2020-04-061-1/+1
* java: rename Lexer.yyreportSyntaxError as reportSyntaxErrorAkim Demaille2020-04-061-1/+1
* java: use getExpectedTokens, not yyexpectedTokensAkim Demaille2020-04-061-1/+1
* bison: use consistently "token kind", not "token type"Akim Demaille2020-04-051-1/+1
* doc: refer to the token kind rather than the token typeAkim Demaille2020-04-051-1/+1
* d, java: rename SymbolType as SymbolKindAkim Demaille2020-04-051-3/+3
* c, c++: rename yysymbol_type_t as yysymbol_kind_tAkim Demaille2020-04-051-2/+2
* Merge branch 'maint'Akim Demaille2020-04-051-1/+4
|\
| * examples: reccalc: really compile cleanly in C99Akim Demaille2020-04-051-4/+4
| * examples: reccalc: compile cleanly in C99Akim Demaille2020-04-021-0/+3
| * examples: use consistently the GFDL header for readmesAkim Demaille2020-03-066-53/+29