Add line/position in compilation errors; Add compile to AST; FIx infinite loop in close parens.

This commit is contained in:
Stephen Chung
2020-02-24 23:25:52 +08:00
parent b3247204c6
commit e4e471fd20
5 changed files with 715 additions and 477 deletions

View File

@@ -48,3 +48,4 @@ mod parser;
pub use any::Any;
pub use engine::{Engine, EvalAltResult, Scope};
pub use fn_register::{RegisterBoxFn, RegisterFn};
pub use parser::{ParseError, ParseErrorType, AST};