Add AST optimizer.

This commit is contained in:
Stephen Chung
2020-03-09 21:57:07 +08:00
parent c467ffd58d
commit 55e7af7b04
5 changed files with 349 additions and 88 deletions

View File

@@ -68,7 +68,7 @@ mod call;
mod engine;
mod error;
mod fn_register;
//mod optimize;
mod optimize;
mod parser;
mod result;
mod scope;