summaryrefslogtreecommitdiff
path: root/src/cpp-flex.skl
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceSean McBride2021-10-231-12/+12
* Merge pull request #491 from Mightyjo/issue_469Will Estes2021-08-131-13/+67
|\
| * chore(skel): Fix permissions on cpp-flex.sklJoseph Langley2021-07-021-0/+0
| * chore(skel): Improve comment at state buffer init.Joseph Langley2021-07-021-1/+3
| * fix(skel): Init state buffer correctlyJoseph Langley2021-07-021-11/+12
| * chore(perm): Fix permissions 755->644Joseph Langley2021-07-021-0/+0
| * fix(skel): Add state buffer size handling to reentrant scanner skeletons.Joseph Langley2021-06-091-3/+27
| * fix(skel): Add state buffer size handling to non-reentrant scanner skeletons.Joseph Langley2021-06-091-0/+27
* | fix compile warning originating in cpp skeletonSimon Sobisch2021-06-221-1/+1
|/
* scanner: Fix compiler confusion in yy_init_buffer()Explorer092021-06-071-1/+1
* Stop emitting unbalanced markup in the skeleton.Eric S. Raymond2020-11-191-1/+0
* Up-gun a test to use the lineno code in the array+BOL case...Eric S. Raymond2020-11-161-1/+1
* Repair some bitrotted variable-trailing-context code.Eric S. Raymond2020-11-151-5/+7
* Fix typo revealed by Go porting work, and improve test coverage to match.Eric S. Raymond2020-11-151-1/+1
* Add a test for trailing conyext rules. Fix the bug it turned up.Eric S. Raymond2020-11-111-2/+3
* yy_flex_debug -> yyflexdebug.Eric S. Raymond2020-11-081-10/+14
* Add a test for yymore, and fix a bug it turned up.Eric S. Raymond2020-11-071-1/+1
* m4ize yyreject() handling.Eric S. Raymond2020-11-061-0/+2
* YY_AT_BOL() -> yyatbol(), yy_set_bol() -> yysetbol(), and make them magic.Eric S. Raymond2020-11-031-13/+22
* m4ize handling of yyterminate, and translate another stray #define.Eric S. Raymond2020-10-311-0/+4
* More small steps towards taking cpp out of the required pipeline.Eric S. Raymond2020-10-301-4/+0
* Add %option bufsize, required for testing under non-C targets...Eric S. Raymond2020-10-291-1/+1
* Abolish a platform microtweak after consulting with Will Estes.Eric S. Raymond2020-10-291-21/+14
* Remove cpp from the way the extra type is handled, use pure m4 instead.Eric S. Raymond2020-10-281-1/+1
* Finally ever the dependency on the YY_FATAL_ERROR macro.Eric S. Raymond2020-10-281-1/+3
* Eliminate YY_BREAK macro, replaced with an m4 hook.Eric S. Raymond2020-10-281-10/+2
* A step towards getting rid of YY_FATAL_ERROR...Eric S. Raymond2020-10-281-3/+3
* Sever a number of dependencies on cpp by adding rewrite rules...Eric S. Raymond2020-10-281-0/+2
* Fix C emission lurking previously undiscovered in nfa.c.Eric S. Raymond2020-10-261-0/+9
* Polish documentation and fix up some uses of the old interface.Eric S. Raymond2020-10-251-7/+7
* Expand M4_HOOK_CONST_DEFINE into multiple macros for different types (#6)Daniel Brooks2020-10-251-1/+9
* Narrow the interface between Flex and the skeleton file...Eric S. Raymond2020-10-251-2/+2
* Documentation polishing.Eric S. Raymond2020-10-171-30/+0
* quick editing pass over recent changes to documentation and comments (#2)Daniel Brooks2020-10-161-4/+3
* Add and document machinery to choose a back end by name.Eric S. Raymond2020-10-161-11/+7
* Change inner loops to use int not YY_CHAR, removing need for separate NUL tableNick Downing2020-10-151-1/+10
* Push some C-specific assumptions out of filter.c to the skel file.Eric S. Raymond2020-10-151-2/+13
* Replace all conditional markup in the skeleton with macro conditionals.Eric S. Raymond2020-10-141-303/+290
* Modernize the C in the skeleton file.Eric S. Raymond2020-10-131-66/+66
* Three more namespace cleanups for multilanguage.Eric S. Raymond2020-10-131-60/+65
* Replace YY_USER_INIT, YY_USER_ACION, and YY_BREAK #defines with Flex options.Eric S. Raymond2020-10-121-0/+6
* Rename unput() to yyunput(); follow through in option switches.Eric S. Raymond2020-10-121-8/+10
* Deprecate input(); document yyinput() for the C back end...Eric S. Raymond2020-10-121-19/+9
* Introduce the term "rule hook" so we can use the term "macro" less.Eric S. Raymond2020-10-111-2/+4
* Implement and document yystart(), replacing YY_START.Eric S. Raymond2020-10-111-0/+2
* Implement and document %noyyread, replacing YY_INPUT.Eric S. Raymond2020-10-111-0/+3
* Refactor YY_INPUT so it calls a new yyread() internal function....Eric S. Raymond2020-10-111-83/+91
* Implement and document %option yylmax to replace #define YYLMAX.Eric S. Raymond2020-10-101-1/+4
* Implement and document %yydecl directive to replace #define YY_DECL.Eric S. Raymond2020-10-101-0/+2
* Deprecate ECHO in favor of yyecho().Eric S. Raymond2020-10-091-3/+5