diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -480,6 +480,9 @@ extern "C" fn parser_parse( match forest { Ok(forest) => { + // use graph::Graph; + // forest.print_viz("test forest.gv").unwrap(); + Box::leak(parser_box); let mut bytes = bytes::forest_to_bytes(&forest); |