summaryrefslogtreecommitdiff
path: root/src/packrat-lexer.adb
AgeCommit message (Expand)Author
2020-11-28Cleaned up Lexer, Util package namesJed Barber
2020-11-13Refactored Tokens, Errors, TraitsJed Barber
2020-04-20Updated and fixed tests, fixed Pass_Forward array sliding bugJed Barber
2020-04-19Removed Finish field from Tokens for Graph reasonsJed Barber
2020-04-19Refactoring of Lexer Scan functionsJed Barber
2020-04-19Removal of manual memory management in favour of HoldersJed Barber
2019-01-20All lexer functions should be functional nowJed Barber
2019-01-18Packrat.Lexer Stamp, Ignore, Scan, Scan_Only functions/procedures completedJed Barber
2019-01-15Redesigned Lexer Scan functions slightly, added tests for themJed Barber
2019-01-14Tests added for Stamp and Ignore procedures in Packrat.LexerJed Barber
2019-01-14Merged Packrat.Lexer.Combinators into Packrat.Lexer, separated debugging func...Jed Barber
2019-01-13Spec for Packrat.Lexer Stamp, Scan, and derivative functions and proceduresJed Barber
2019-01-13All lexer combinators except Many and Many_Until now functionalJed Barber
2019-01-12Packrat.Lexer.Combinators specs and tests completeJed Barber
2019-01-11Restructured Lexer combinators to use record return typeJed Barber