summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* build: beware of POSIX modeAkim Demaille2020-08-303-3/+3
* 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-089-1/+172
* 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-0313-25/+47
|\
| * build: check -Wmissing-prototypesAkim Demaille2020-06-0113-23/+47
| * tests: show logsAkim Demaille2020-05-232-4/+5
| * examples: use markdown hyperlinksAkim Demaille2020-05-143-11/+11
* | tests: show logsAkim Demaille2020-05-232-4/+5
* | 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-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