summaryrefslogtreecommitdiff
path: root/examples/c/lexcalc/parse.y
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* examples: don't demonstrate multistart, which is not part of 3.8Akim Demaille2021-08-191-34/+14
* examples: improve some function prototypesAkim Demaille2021-02-091-2/+2
* examples: use YYLOCATION_PRINTAkim Demaille2021-02-091-1/+1
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* style: comment and formatting changes, and fixesAkim Demaille2020-11-081-4/+4
* multistart: also give access to yynerrsAkim Demaille2020-09-271-11/+13
* multistart: allow tokens as start symbolsAkim Demaille2020-09-271-1/+1
* multistart: use b4_accept instead of action post-processingAkim Demaille2020-09-271-10/+20
* multistart: toy with it in lexcalcAkim Demaille2020-09-271-2/+16
* examples: add license headersAkim Demaille2020-07-081-0/+19
* examples: include the generated headerAkim Demaille2020-07-051-0/+3
* doc: promote yytoken_kind_t, not yytokentypeAkim Demaille2020-04-121-1/+1
* skeletons: use "end of file" instead of "$end"Akim Demaille2020-04-121-2/+1
* examples: lexcalc: demonstrate location trackingAkim Demaille2020-02-291-5/+9
* examples: clean upAkim Demaille2020-01-261-2/+15
* examples: fixes in lexcalcAkim Demaille2019-02-161-11/+11
* examples: simplify computation of yydebugAkim Demaille2018-12-111-3/+2
* examples: add a simple Flex+Bison example in CAkim Demaille2018-12-091-0/+95