summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-19Slight improvement to curtailment in Memoize and ContinueJed Barber
2021-01-18Separate_By and Separate_End_By now ignore Separator and Ender combinator res...Jed Barber
2021-01-18Changed Redirect error to Constraint_ErrorJed Barber
2021-01-13Lexer now is sure to slide input arrays to start with 1Jed Barber
2021-01-13Removed superfluous Line_End/Input_End lexer combinatorsJed Barber
2021-01-13Stamp/Ignore now Stamp/Discard/IgnoreJed Barber
2021-01-12Memoize and curtailment for left recursion should be correct nowJed Barber
2020-12-25Parser tests, left recursion testJed Barber
2020-12-17Indirect left recursion should now work properlyJed Barber
2020-12-14License addedJed Barber
2020-12-13Bugfixes, esp Delete_UnreachableJed Barber
2020-12-12Duplicate subgroup bug fixed, finallyJed Barber
2020-12-12More bugfixes and Parser unit testsJed Barber
2020-12-10Bugfixes and extra parser combinatorsJed Barber
2020-12-05Reduced generic instantiation size blowupJed Barber
2020-12-05Bug in parameter visibility when using Traits to instantiate other packages f...Jed Barber
2020-12-05More precise Merge function, does it do anything?Jed Barber
2020-12-05Fixed bug in debug string for empty graphJed Barber
2020-12-05Moved Finished_Tokens and related types to Tokens packageJed Barber
2020-12-04Scan/Parse functions are now packages, tests broken with linker errorsJed Barber
2020-12-04Instantiation package improvementsJed Barber
2020-12-04More generic token predicatesJed Barber
2020-12-04Tidying up some commentsJed Barber
2020-12-04Added redirects for self-referential combinatorsJed Barber
2020-12-03Parser constraint error bugs fixedJed Barber
2020-12-03Made parse functions distinct from stamp/ignore functionsJed Barber
2020-12-03Removed component/combinator distinction in parsersJed Barber
2020-12-03Instantiation packages for text parsingJed Barber
2020-12-03Main parse functions implementedJed Barber
2020-12-03Root parser combinatorJed Barber
2020-12-03Revised how root nodes are handled in parse graphsJed Barber
2020-12-02Parser Stamp and Ignore combinatorsJed Barber
2020-12-01Proper Allow_Incomplete behaviour in non-curtailing parser combinatorsJed Barber
2020-12-01Curtailing parser combinators implementedJed Barber
2020-11-29Non-curtailing parser combinators implementedJed Barber
2020-11-28Cleaned up Lexer, Util package namesJed Barber
2020-11-28Skeleton of Packrat.ParsersJed Barber
2020-11-14Changed No_Loops_Introduced to Loops_IntroducedJed Barber
2020-11-14Removed label cutoff from Parse_Graph debug stringsJed Barber
2020-11-13Refactored Tokens, Errors, TraitsJed Barber
2020-11-12Parse_Graph debug strings fixedJed Barber
2020-11-12Outline of tests for Parse_GraphsJed Barber
2020-11-12Isomorphism functions completeJed Barber
2020-11-07Parse_Graphs complete aside from isomorphism and testingJed Barber
2020-05-23Added Is_Ambiguous function to Parse_GraphsJed Barber
2020-05-22Apparently I lied, also old Graphs package removedJed Barber
2020-05-22Parse_Graphs complete but untestedJed 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