Make properties generation aware of which nodes are leaves

This commit is contained in:
Max Brunsfeld 2019-07-19 13:11:08 -07:00
parent 0a3f2131c8
commit f4740a1beb
8 changed files with 402 additions and 260 deletions

View file

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