endoli / commands.rs

A command system for Rust.
https://endoli.github.io/commands.rs/commands/
Apache License 2.0
18 stars 2 forks source link

Use an actual Trie? #10

Open waywardmonkeys opened 8 years ago

waywardmonkeys commented 8 years ago

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.