Add simple CLI command for running tree queries

This commit is contained in:
Max Brunsfeld 2019-09-11 14:44:49 -07:00
parent d674bc139a
commit ad3f21b0e5
3 changed files with 130 additions and 40 deletions

View file

@ -5,6 +5,7 @@ pub mod highlight;
pub mod loader;
pub mod logger;
pub mod parse;
pub mod query;
pub mod test;
pub mod util;
pub mod wasm;