Cache built-in functions to improve resolution speed.

This commit is contained in:
Stephen Chung
2021-03-02 13:48:41 +08:00
parent 67d277aa21
commit b76e8da5ee
6 changed files with 1255 additions and 498 deletions

View File

@@ -64,6 +64,7 @@ extern crate alloc;
// Internal modules
mod ast;
mod builtin;
mod dynamic;
mod engine;
mod engine_api;