number_builtin

This commit is contained in:
Andrew Morris
2023-03-17 01:00:10 +11:00
parent 751bf7a30d
commit 791e69dcca
11 changed files with 302 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ mod instruction;
mod math;
mod native_frame_function;
mod native_function;
mod number_builtin;
mod operations;
mod stack_frame;
mod string_builtin;