Age | Commit message (Expand) | Author |
2020-04-19 | Misc | Jed Barber |
2019-03-11 | Graph Append and Prepend functions should now work | Jed Barber |
2019-03-11 | Graph functions Delete_Position, Delete_Children, Delete_All_Children, Equal_... | Jed Barber |
2019-02-04 | Reworked Graphs/Interfaces to avoid the Cursors and Nodes being tagged | Jed Barber |
2019-01-29 | Clarified Cursor details in Packrat.Graphs, added test for Find | Jed Barber |
2019-01-27 | Iteration specifications added for Parse_Graphs | Jed Barber |
2019-01-26 | Interfaces for Cursors and Graphs added | Jed Barber |
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-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-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 | Packrat.Util basic predicates now work | Jed Barber |
2019-01-08 | Basic test framework and initial tests for Packrat.Util predicates | Jed Barber |