summaryrefslogtreecommitdiff
path: root/examples/d/simple/calc.y
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* d: examples: simple: fix styleAdela Vais2021-01-171-6/+6
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* d: remove support for parse.error verboseAdela Vais2021-01-071-1/+1
* d: remove unnecessary methods from the Lexer interfaceAdela Vais2020-12-211-7/+0
* d: create alias Value for YYSemanticTypeAdela Vais2020-12-211-2/+2
* d: create alias Symbol for YYParse.SymbolAdela Vais2020-12-211-10/+10
* d: change the return value of yylex from TokenKind to YYParser.SymbolAdela Vais2020-11-201-11/+10
* d: examples: fix coding styleAdela Vais2020-11-071-12/+12
* d: add yyerrokAdela Vais2020-11-071-1/+1
* d: change the return value of yylex from int to TokenKindAdela Vais2020-09-261-1/+1
* examples: d: remove unused tokenAkim Demaille2020-09-071-3/+1
* examples: d: duplicate the example as "simple" and "calc"Adela Vais2020-09-031-0/+156