summaryrefslogtreecommitdiff
path: root/src/FlexLexer.h
Commit message (Expand)AuthorAgeFilesLines
* Ensure size of Reject state buffer is sufficient each time yy_switch_to_buffe...Mightyjo2021-06-091-0/+1
* yy_flex_debug -> yyflexdebug.Eric S. Raymond2020-11-081-3/+3
* Rename unput() to yyunput(); follow through in option switches.Eric S. Raymond2020-10-121-1/+1
* Refactor YY_INPUT so it calls a new yyread() internal function....Eric S. Raymond2020-10-111-1/+2
* Cleaned up white space.Akim Demaille2015-12-051-121/+120
* Removed struct keyword before yy_buffer_stateAkim Demaille2015-12-051-12/+12
* Replaced FLEX_STD macro with std::.Akim Demaille2015-12-051-116/+112
* Changed several pointers to istream (and ostream) to references in c++-only s...Mightyjo2015-11-071-11/+30
* move flex program sources into src/ directoryWill Estes2014-02-161-0/+206