summaryrefslogtreecommitdiff
path: root/examples/c
Commit message (Expand)AuthorAgeFilesLines
* build: fix a concurrent build issue in examplesAkim Demaille2020-09-061-0/+7
* fix: crash when redefining the EOF tokenAkim Demaille2020-08-071-10/+10
* bistromathic: demonstrate caret-diagnosticsAkim Demaille2020-07-114-11/+75
* bistromathic: do not display parse errors on completionAkim Demaille2020-07-112-16/+36
* bistromathic: don't stupidly reset the location for each tokenAkim Demaille2020-07-112-4/+4
* bistromathic: promote yytoken_kind_tAkim Demaille2020-07-111-6/+7
* examples: add license headersAkim Demaille2020-07-086-1/+115
* examples: include the generated headerAkim Demaille2020-07-053-3/+28
* package: fix syntax-check errorsAkim Demaille2020-07-041-1/+1
* yacc.c: push: don't clear the parser state when accepting/rejectingAkim Demaille2020-06-292-10/+23
* bistromathic: don't display undefined locationsAkim Demaille2020-06-292-1/+15
* examples: fix missing includesAkim Demaille2020-06-061-4/+4
* Merge maint into HEADAkim Demaille2020-06-0312-25/+44
|\
| * build: check -Wmissing-prototypesAkim Demaille2020-06-0112-23/+44
| * 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