index
:
packrat
master
Parser combinators that can handle ambiguous left-recursive grammars
Jed Barber
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-12-05
A simpler example added
Jed Barber
2020-12-05
More precise Merge function, does it do anything?
Jed Barber
2020-12-05
Fixed bug in debug string for empty graph
Jed Barber
2020-12-05
Moved Finished_Tokens and related types to Tokens package
Jed Barber
2020-12-04
Scan/Parse functions are now packages, tests broken with linker errors
Jed Barber
2020-12-04
Instantiation package improvements
Jed Barber
2020-12-04
More generic token predicates
Jed Barber
2020-12-04
Tidying up some comments
Jed Barber
2020-12-04
Added redirects for self-referential combinators
Jed Barber
2020-12-03
Parser constraint error bugs fixed
Jed Barber
2020-12-03
Example parser for sentence from whitepaper
Jed Barber
2020-12-03
Made parse functions distinct from stamp/ignore functions
Jed Barber
2020-12-03
Removed component/combinator distinction in parsers
Jed Barber
2020-12-03
Instantiation packages for text parsing
Jed Barber
2020-12-03
Main parse functions implemented
Jed Barber
2020-12-03
Root parser combinator
Jed Barber
2020-12-03
Revised how root nodes are handled in parse graphs
Jed Barber
2020-12-02
Parser Stamp and Ignore combinators
Jed Barber
2020-12-01
Proper Allow_Incomplete behaviour in non-curtailing parser combinators
Jed Barber
2020-12-01
Curtailing parser combinators implemented
Jed Barber
2020-11-29
Non-curtailing parser combinators implemented
Jed Barber
2020-11-28
Cleaned up Lexer, Util package names
Jed Barber
2020-11-28
Skeleton of Packrat.Parsers
Jed Barber
2020-11-14
Changed No_Loops_Introduced to Loops_Introduced
Jed Barber
2020-11-14
Removed label cutoff from Parse_Graph debug strings
Jed Barber
2020-11-14
Parse_Graph behavioural unit tests implemented
Jed Barber
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, ↵
Jed Barber
Equal_Subgraph, Subgraph_Node_Count should now work
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
[next]