summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* examples: fix missing dependenciesAkim Demaille2019-10-241-3/+27
* gitignore: updateAkim Demaille2019-10-231-0/+2
* Port lexcalc scan.l to Solaris 10Paul Eggert2019-10-051-0/+1
* Prefer signed to unsigned integersPaul Eggert2019-10-022-2/+2
* git: update ignoresAkim Demaille2019-09-221-0/+1
* d: remove useless importsAkim Demaille2019-08-291-5/+0
* style: comment changesAkim Demaille2019-06-272-6/+6
* d: style changesAkim Demaille2019-06-201-3/+1
* java: style changesAkim Demaille2019-06-191-3/+3
* tests: take SHELL into accountAkim Demaille2019-05-261-1/+1
* examples: don't run those that require f?lex when it's not availableAkim Demaille2019-05-192-14/+19
* examples: fix srcdir/builddir issuesAkim Demaille2019-05-182-2/+2
* build: do not use $< in plain rulesAkim Demaille2019-05-133-5/+5
* package: add missing CLEANFILESAkim Demaille2019-04-285-4/+7
* package: don't ship the sources generated from the parserAkim Demaille2019-04-284-6/+23
* package: various fixes for syntax-checkAkim Demaille2019-04-282-2/+2
* yacc.c: provide a means to include the header in the implementationAkim Demaille2019-03-171-0/+1
* d: simplify the API to build the scanner of the exampleAkim Demaille2019-03-021-11/+14
* d: modernize the scanner of the exampleH. S. Teoh2019-03-011-51/+45
* dlang: initial changes to run the calc tests on itAkim Demaille2019-02-261-1/+1
* d: improve the exampleAkim Demaille2019-02-262-24/+15
* style: minor changesAkim Demaille2019-02-241-2/+1
* examples: remove stray examplesAkim Demaille2019-02-237-375/+1
* examples: add an example with a reentrant parser in Flex+BisonAkim Demaille2019-02-1714-3/+844
* examples: fixes in lexcalcAkim Demaille2019-02-163-12/+17
* examples: depend on Bison's sourcesAkim Demaille2019-02-124-0/+4
* examples: add a simple infix calculator in CAkim Demaille2019-02-108-5/+237
* examples: fix annoying off-by-one errorsAkim Demaille2019-02-102-7/+7
* make: regenerate the example parsers when bison changesAkim Demaille2019-02-021-2/+0
* tests: don't depend on the user's definition of SHELLKiyoshi Kanazawa2019-01-271-0/+3
* style: formatting clean upAkim Demaille2019-01-121-1/+0
* package: bump copyrights to 2019Akim Demaille2019-01-0528-31/+32
* java/d: rename some %define variables for consistencyAkim Demaille2019-01-052-3/+1
* examples: clean up the Java/D examplesAkim Demaille2019-01-032-11/+13
* rename parser_class_name as api.parser.classAkim Demaille2019-01-022-2/+2
* examples: fix dependenciesAkim Demaille2018-12-264-6/+6
* examples: simplify computation of yydebugAkim Demaille2018-12-111-3/+2
* examples: add a simple Flex+Bison example in CAkim Demaille2018-12-099-5/+268
* examples: sort them per language and complete themAkim Demaille2018-12-0927-87/+244
* java, d: add a Makefile for the exampleAkim Demaille2018-12-065-2/+59
* d: add an exampleAkim Demaille2018-12-044-0/+223
* examples: regenerate them when version.texi changesAkim Demaille2018-12-041-2/+2
* java: make sure the build dir existsAkim Demaille2018-12-031-1/+2
* java: add an exampleAkim Demaille2018-12-016-0/+239
* warning: avoid warnings about unreachable codeAkim Demaille2018-11-251-1/+1
* examples: remove useless includesAkim Demaille2018-11-132-5/+5
* tests: compile the C++ examples with warningsAkim Demaille2018-11-121-2/+2
* build: fix issues in the generated tarballAkim Demaille2018-11-082-5/+3
* build: fix typoAkim Demaille2018-11-071-1/+1
* examples: ship themAkim Demaille2018-11-061-2/+25