Support comments

This commit is contained in:
2019-11-05 12:43:03 -06:00
parent 5070965bfe
commit 8a7bd651b2
2 changed files with 93 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
mod ast;
pub mod format;
mod parse;
pub mod parse;
pub use ast::{Domain, Exists, Formula, ForAll, Predicate, PredicateDeclaration, VariableDeclaration, Term};
pub use parse::{formula, formulas, term};