add structural tests for partial strings, rename ast.rs

This commit is contained in:
Mark Thom
2018-09-04 21:20:45 -06:00
parent 9713286023
commit 33d1a7c701
27 changed files with 46 additions and 30 deletions

View File

@@ -2,7 +2,7 @@ extern crate num;
extern crate ordered_float;
extern crate prolog_parser;
#[macro_use] pub mod ast;
#[macro_use] pub mod instructions;
pub mod and_stack;
#[macro_use] pub mod macros;
#[macro_use] pub mod allocator;