summaryrefslogtreecommitdiff
path: root/examples/c
Commit message (Expand)AuthorAgeFilesLines
...
| * tests: show logsAkim Demaille2020-05-231-3/+3
| * examples: use markdown hyperlinksAkim Demaille2020-05-141-4/+4
* | tests: show logsAkim Demaille2020-05-231-3/+3
* | examples: don't promote unchecked function callsAkim Demaille2020-05-163-5/+10
* | Merge branch maintAkim Demaille2020-05-102-0/+7
|\ \ | |/
| * examples: beware of ~/.inputrcAkim Demaille2020-05-102-0/+7
| * style: minor fixesAkim Demaille2020-05-101-4/+4
* | examples: use markdown hyperlinksAkim Demaille2020-05-101-4/+4
* | style: minor fixesAkim Demaille2020-05-091-4/+4
|/
* examples: beware of portability issue on WindowsAkim Demaille2020-05-081-8/+17
* all: fix the interface of yyexpected_tokensAkim Demaille2020-05-062-4/+7
* examples: fix handling of syntax errorsAkim Demaille2020-05-051-0/+1
* examples: beware of strnlen portability issuesAkim Demaille2020-05-041-1/+3
* examples: beware of portability issues with sh's trapAkim Demaille2020-05-042-3/+2
* bistromathic: beware of portability issues of readline on AIXAkim Demaille2020-05-031-4/+16
* build: fix warnings (shown on IRIX)Akim Demaille2020-05-031-1/+1
* 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
* 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
* doc: document YYEOF, YYUNDEF and YYerrorAkim Demaille2020-04-291-3/+3
* 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-262-10/+138
* examples: bistromathic: demonstrate error recoveryAkim Demaille2020-04-264-3/+21
* examples: bistromathic: when quitting, close the current lineAkim Demaille2020-04-262-15/+26
* 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-181-0/+17
* examples: bistro: don't be lazy with switchAkim Demaille2020-04-141-30/+36
* 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
* doc: refer to the token kind rather than the token typeAkim Demaille2020-04-051-1/+1
* 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-064-36/+20
| * package: bump copyrights to 2020Akim Demaille2020-01-1015-15/+15
* | news: update the yyreport_syntax_error exampleAkim Demaille2020-04-051-1/+3
* | c: rename yyparse_context_t as yypcontext_tAkim Demaille2020-04-041-3/+3
* | bistromathic: use symbol numbers instead of YYTRANSLATEAkim Demaille2020-04-011-12/+14
* | yacc.c: use yysymbol_type_t instead of int for yytokenAkim Demaille2020-04-011-2/+2
* | examples: don't use yysyntax_error_argumentsAkim Demaille2020-03-281-13/+16
* | yacc.c: use negative numbers for errors in auxiliary functionsAkim Demaille2020-03-231-8/+13