summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up the indentation and brace usage in the skeleton file.pull/460Eric S. Raymond2020-09-271-1178/+1099
* build: set dependency info involving cpp-skel.hWill Estes2020-09-261-2/+4
* Fold documentation on how to write bac ends into the Texinfo manualEric S. Raymond2020-09-263-105/+119
* Finish the retargeting patch series with a couple of small fixups.Eric S. Raymond2020-09-252-39/+15
* indent_puts and friends go away, they're no longer needed.Eric S. Raymond2020-09-251-59/+6
* Last procedural-code generation in C goes to m4.Eric S. Raymond2020-09-252-128/+115
* m4ize the code for handling NUL transitions.Eric S. Raymond2020-09-242-102/+94
* Chase down some methodization details missed earlier.Eric S. Raymond2020-09-246-6/+11
* Dump the state of the m4 conditionals near start of generated code.Eric S. Raymond2020-09-243-41/+64
* Conditionalization of the debug flag moves to m4.Eric S. Raymond2020-09-234-8/+21
* Methodize whether fullspd mode can use a pointer table.Eric S. Raymond2020-09-233-4/+9
* m4ize code generation associated with skel breakpoint 11.0.Eric S. Raymond2020-09-232-22/+16
* Code formerly generated at skel breakpoint 8.0 goes to m4.Eric S. Raymond2020-09-232-15/+10
* Move code generation of YY_DO_BEFORE_ACTION to m4.Eric S. Raymond2020-09-232-65/+51
* Push C-generated code for YYINPUT to the m4 skeleton.Eric S. Raymond2020-09-232-47/+50
* All the M4_MODE settings now live in one place where they can be audited.Eric S. Raymond2020-09-232-87/+81
* Partial m4ization of nultrans code.Eric S. Raymond2020-09-232-33/+17
* Push the definition of struct yy_trans_info out to m4.Eric S. Raymond2020-09-225-56/+54
* Banish gcc warnings so errors won't get lost in the clutter.Eric S. Raymond2020-09-222-2/+2
* Tie up loose ends in the abstraction of table initializer syntax...Eric S. Raymond2020-09-225-9/+32
* Replace last use of gen_next_compressed_state*( with equivalent m4...Eric S. Raymond2020-09-222-135/+78
* Code to do back-up for compressed tables and set up yy_cp goes to m4.Eric S. Raymond2020-09-223-38/+28
* gen_next_state(true) becomes m4 code.Eric S. Raymond2020-09-223-73/+27
* gen_bu_action() becomes m4 code.Eric S. Raymond2020-09-223-38/+20
* gen_next_match() becomes m4 code.Eric S. Raymond2020-09-223-107/+89
* gen_backing_up() becomes an m4 macro.Eric S. Raymond2020-09-224-37/+39
* Push code generation for some housekeeping from gen.c to m4.Eric S. Raymond2020-09-222-33/+19
* Clean up a couple of methodization loose ends.Eric S. Raymond2020-09-222-30/+33
* Move debug code generation from C to m4.Eric S. Raymond2020-09-212-75/+45
* Create m4 symbols for things that used to be generated as int literals.Eric S. Raymond2020-09-211-22/+17
* Turn gen_start_state() into an M4 macro.Eric S. Raymond2020-09-213-38/+21
* Create a TESTOPTS variable that can be used to pass options to flex in testing.Eric S. Raymond2020-09-213-159/+82
* Remove a redundant macro guard setting....Eric S. Raymond2020-09-211-18/+13
* Add code to initialize the macro conditional symbols we'll need.Eric S. Raymond2020-09-214-11/+96
* Continue methodization, with some target-language-specific formats...Eric S. Raymond2020-09-214-28/+34
* Two member name changes in the method table.Eric S. Raymond2020-09-204-12/+15
* Start a HOWTO on writing target-language back ends.Eric S. Raymond2020-09-202-1/+77
* Methodize generation of C initializers for automaton tables.Eric S. Raymond2020-09-205-159/+318
* The C/C++ back end moves to its own source file.Eric S. Raymond2020-09-203-352/+391
* Generated skel data is now stuffed in an array in the C/C++ back end.Eric S. Raymond2020-09-209-26/+28
* Pull the format for error-tracking lines into the method table.Eric S. Raymond2020-09-203-3/+4
* Create a method table for the C back end,Eric S. Raymond2020-09-202-6/+22
* Factor out the wrap function for C/C++ parser generation.Eric S. Raymond2020-09-201-308/+315
* Refactoring step - separate output generation from option processing.Eric S. Raymond2020-09-201-17/+39
* correct some indentation in skeletonJoerg Sonnenberger2020-04-241-6/+6
* doc: document release page in READMEWill Estes2019-09-121-1/+1
* doc: new translationsWill Estes2019-06-204-2/+1863
* scanner: Include-guard flexint_shared.hExplorer092018-05-221-16/+20
* scanner: no YYTABLES_NAME macro unless requestedjannick02018-05-221-2/+3
* po: include update_linguas script in distribution.Will Estes2018-05-071-2/+5