Age | Commit message (Expand) | Author |
2020-11-13 | Refactored Tokens, Errors, Traits | Jed Barber |
2020-11-12 | Parse_Graph debug strings fixed | Jed Barber |
2020-11-12 | Outline of tests for Parse_Graphs | Jed Barber |
2020-11-12 | Isomorphism functions complete | Jed Barber |
2020-11-07 | Parse_Graphs complete aside from isomorphism and testing | Jed Barber |
2020-05-24 | Revamped tests to use the basic-unit-test project | Jed Barber |
2020-05-23 | Added Is_Ambiguous function to Parse_Graphs | Jed Barber |
2020-05-22 | Apparently I lied, also old Graphs package removed | Jed Barber |
2020-05-22 | Parse_Graphs complete but untested | Jed Barber |
2020-04-22 | Factored notes for directed graph lib out to separate repo | Jed Barber |
2020-04-22 | Revamped notes, formulated generic directed graph API | Jed Barber |
2020-04-20 | Updated and fixed tests, fixed Pass_Forward array sliding bug | Jed Barber |
2020-04-19 | Removed Finish field from Tokens for Graph reasons | Jed Barber |
2020-04-19 | Refactoring of Lexer Scan functions | Jed Barber |
2020-04-19 | Removal of manual memory management in favour of Holders | Jed Barber |
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 | Completed more Graphs tests, restructured Ratnest.Tests package layout | 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-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 |