Move built-in functions into separate module.

This commit is contained in:
Stephen Chung
2020-03-01 17:37:47 +08:00
parent e93fd7d3fe
commit b152ed88f0
4 changed files with 345 additions and 307 deletions

View File

@@ -40,6 +40,7 @@ macro_rules! debug_println {
}
mod any;
mod builtin;
mod call;
mod engine;
mod fn_register;