summaryrefslogtreecommitdiff
path: root/src/packrat.ads
AgeCommit message (Expand)Author
2020-12-14License addedJed Barber
2020-11-28Skeleton of Packrat.ParsersJed Barber
2020-11-13Refactored Tokens, Errors, TraitsJed Barber
2020-11-12Outline of tests for Parse_GraphsJed Barber
2020-11-07Parse_Graphs complete aside from isomorphism and testingJed Barber
2020-04-19Removed Finish field from Tokens for Graph reasonsJed Barber
2020-04-19Removal of manual memory management in favour of HoldersJed Barber
2019-02-04Reworked Graphs/Interfaces to avoid the Cursors and Nodes being taggedJed Barber
2019-01-27Iteration specifications added for Parse_GraphsJed Barber
2019-01-26Interfaces for Cursors and Graphs addedJed Barber
2019-01-13Added equals function overload for TokensJed Barber
2019-01-11Restructured Lexer combinators to use record return typeJed Barber
2019-01-10Packrat.Lexer.Combinators specificationJed Barber
2019-01-10Debug_String functions added to Packrat.Errors and Packrat.TokensJed Barber
2019-01-09Packrat.Tokens added, tested, and functionalJed Barber
2019-01-09Packrat.Errors functionality complete and testedJed Barber
2019-01-08Packrat.Errors specification and testsJed Barber
2019-01-08Basic test framework and initial tests for Packrat.Util predicatesJed Barber