bootstrap_flex.git
2019-01-21 Nick DowningMinor consistency changes for latest pilex.git/bootstra... master
2019-01-15 Nick DowningFix minor case inversion issue in the XML marked up...
2019-01-14 Nick DowningFix an old-style function definition to ANSI C
2019-01-12 Nick DowningImprove whitespace handling before <, ^, <<EOF>>, updat...
2018-10-26 Nick DowningAdd aclocal, etc instructions to n.sh, rerun with autom...
2018-09-26 Nick DowningChange action groups, (?{code}expr) to (?A{code}expr... origin/master
2018-09-26 Nick DowningAdd element groups, uniquify the internal tokens for...
2018-09-24 Nick DowningImplement un-numbered, numbered, named and action group...
2018-09-11 Nick DowningRename plex to pilex, rename PLex object and prefix...
2018-07-26 Nick DowningTidying up
2018-07-26 Nick DowningSimilarly, move most piece_* stuff from parse.c.patch...
2018-07-26 Nick DowningTidy up the piece_*() functions, make flush() a functio...
2018-07-26 Nick DowningMove as much as possible out of scan.c.patch and stage1...
2018-07-25 Nick DowningImprove handling of %option and %array/%pointer, implem...
2018-07-25 Nick DowningAdd extra bootstrapping step in src/o.sh where bootstra...
2018-07-25 Nick DowningAdd extra bootstrapping step in src/n.sh where bootstra...
2018-07-24 Nick DowningAdd continued actions, fix bogus definitions of [[...
2018-07-23 Nick DowningChanges for caseless scanners, allow build system to...
2018-07-22 Nick DowningIntroduce PLex.Section2.Rule.FLexRule which is always...
2018-07-21 Nick DowningChange char_set="..." to character_set="...", for use...
2018-07-21 Nick DowningImprove markup of %{ %} actions and codeblocks, fix...
2018-07-02 Nick DowningChange bracketing of action text so that delimiters...
2018-07-02 Nick DowningMove CodeBlocks class inside new Section1Or2 class...
2018-07-01 Nick DowningFurther rearrangement to put everything inside the...
2018-06-30 Nick DowningRearrange AST class structure to use inner class defini...
2018-06-30 Nick DowningChange how start conditions are represented in the...
2018-06-30 Nick DowningFix minor bugs (missing/misplaced markup)
2018-06-27 Nick DowningRemove RegexGroup markup around the expression to be...
2018-06-25 Nick DowningChange inner loops to use int not YY_CHAR, removing...
2018-06-24 Nick DowningChange the generated output, to make it readable by...
2018-06-23 Nick DowningTighten up <Rule>...</Rule> so it does not pull in...
2018-06-23 Nick DowningImplement proper options markup, tidy up <Rule>......
2018-06-23 Nick DowningModify so that the scanner inserts the <SectN>...<...
2018-06-21 Nick DowningFix a bug of including extra yytext after isolated...
2018-06-21 Nick DowningFix a bug in code that executes when <token value=...
2018-06-12 Nick DowningAdd a forgotten section of src/Makefile.patch
2018-06-12 Nick DowningFirst cut at modified flex that operates normally but...
2018-06-12 Nick DowningImplement ./n.sh instead of ./configure which will...
2018-06-12 Nick DowningMake it buffer the pieces in memory (in a stack) and...
2018-06-12 Nick DowningMake it add markup around code: <CodeBlock>, <Action...
2018-06-12 Nick DowningModified flex-2.6.4 to output XML to stderr showing...
2018-06-11 Nick DowningPristine copy of flex-2.6.4