-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Should we use an actual Trie in the parser to store the nodes and move some of the data from the actual node out to the node within the trie?
That might make #9 easier to sort out.