summaryrefslogtreecommitdiff
path: root/src/cpp-flex.skl
Commit message (Expand)AuthorAgeFilesLines
* Clean up the indentation and brace usage in the skeleton file.pull/460Eric S. Raymond2020-09-271-1178/+1099
* Finish the retargeting patch series with a couple of small fixups.Eric S. Raymond2020-09-251-18/+9
* Last procedural-code generation in C goes to m4.Eric S. Raymond2020-09-251-0/+113
* m4ize the code for handling NUL transitions.Eric S. Raymond2020-09-241-16/+76
* Conditionalization of the debug flag moves to m4.Eric S. Raymond2020-09-231-0/+8
* m4ize code generation associated with skel breakpoint 11.0.Eric S. Raymond2020-09-231-0/+12
* Code formerly generated at skel breakpoint 8.0 goes to m4.Eric S. Raymond2020-09-231-0/+10
* Move code generation of YY_DO_BEFORE_ACTION to m4.Eric S. Raymond2020-09-231-2/+18
* Push C-generated code for YYINPUT to the m4 skeleton.Eric S. Raymond2020-09-231-0/+44
* Partial m4ization of nultrans code.Eric S. Raymond2020-09-231-3/+0
* Push the definition of struct yy_trans_info out to m4.Eric S. Raymond2020-09-221-0/+28
* Code to do back-up for compressed tables and set up yy_cp goes to m4.Eric S. Raymond2020-09-221-1/+23
* gen_next_state(true) becomes m4 code.Eric S. Raymond2020-09-221-0/+27
* gen_bu_action() becomes m4 code.Eric S. Raymond2020-09-221-0/+19
* gen_next_match() becomes m4 code.Eric S. Raymond2020-09-221-0/+89
* gen_backing_up() becomes an m4 macro.Eric S. Raymond2020-09-221-0/+18
* Push code generation for some housekeeping from gen.c to m4.Eric S. Raymond2020-09-221-0/+19
* Move debug code generation from C to m4.Eric S. Raymond2020-09-211-0/+45
* Turn gen_start_state() into an M4 macro.Eric S. Raymond2020-09-211-0/+19
* Create a TESTOPTS variable that can be used to pass options to flex in testing.Eric S. Raymond2020-09-211-0/+66
* Add code to initialize the macro conditional symbols we'll need.Eric S. Raymond2020-09-211-7/+7
* Generated skel data is now stuffed in an array in the C/C++ back end.Eric S. Raymond2020-09-201-0/+3444