Age | Commit message (Expand) | Author |
2019-01-20 | All lexer functions should be functional now | Jed Barber |
2019-01-18 | Packrat.Lexer Stamp, Ignore, Scan, Scan_Only functions/procedures completed | Jed Barber |
2019-01-15 | Redesigned Lexer Scan functions slightly, added tests for them | Jed Barber |
2019-01-14 | Tests added for Stamp and Ignore procedures in Packrat.Lexer | Jed Barber |
2019-01-14 | Implemented details of Lexer_Context type | Jed Barber |
2019-01-14 | Merged Packrat.Lexer.Combinators into Packrat.Lexer, separated debugging func... | Jed Barber |
2019-01-13 | Spec for Packrat.Lexer Stamp, Scan, and derivative functions and procedures | Jed Barber |
2019-01-13 | Remaining lexer combinators working | Jed Barber |
2019-01-13 | All lexer combinators except Many and Many_Until now functional | Jed Barber |
2019-01-13 | Added equals function overload for Tokens | Jed Barber |
2019-01-13 | Revised tests and notes | Jed Barber |
2019-01-12 | Packrat.Lexer.Combinators specs and tests complete | Jed Barber |
2019-01-11 | Restructured Lexer combinators to use record return type | Jed Barber |
2019-01-11 | Refactored Ratnest.Tests into nested subpackages | Jed Barber |
2019-01-10 | Test framework for Lexer Combinators | Jed Barber |
2019-01-10 | Corrected Start_Of_Line and End_Of_Line to be generic | Jed Barber |
2019-01-10 | Packrat.Lexer.Combinators specification | Jed Barber |
2019-01-10 | Minor potential bugfix, now using 'First and 'Last instead of 'Length in a fe... | Jed Barber |
2019-01-10 | Debug_String functions added to Packrat.Errors and Packrat.Tokens | Jed Barber |
2019-01-09 | Packrat.Tokens added, tested, and functional | Jed Barber |
2019-01-09 | Relaxed validity rules on error identifiers due to inability to have enum-spe... | Jed Barber |
2019-01-09 | Packrat.Errors functionality complete and tested | Jed Barber |
2019-01-08 | Packrat.Errors specification and tests | Jed Barber |
2019-01-08 | Packrat.Util set predicates now work | Jed Barber |
2019-01-08 | Tests for Packrat.Util set predicates | Jed Barber |
2019-01-08 | Fixed bug in packrat.gpr | Jed Barber |
2019-01-08 | Packrat.Util basic predicates now work | Jed Barber |
2019-01-08 | Basic test framework and initial tests for Packrat.Util predicates | Jed Barber |
2019-01-06 | Initial commit of design notes | Jed Barber |