Split core and standard libraries into packages.

This commit is contained in:
Stephen Chung
2020-04-21 00:11:25 +08:00
parent 976f3a7f6d
commit 0306d15c04
24 changed files with 2340 additions and 238 deletions

View File

@@ -78,6 +78,7 @@ mod fn_call;
mod fn_func;
mod fn_register;
mod optimize;
pub mod packages;
mod parser;
mod result;
mod scope;