compile_to_rust_tests

This commit is contained in:
Andrew Morris
2023-06-16 09:42:46 +10:00
parent 1340b80bed
commit c6b438d776
5 changed files with 111 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ mod make_generator_frame;
mod native_frame_function;
mod native_function;
mod number_methods;
mod operations;
pub mod operations;
mod stack_frame;
mod string_methods;
mod todo_fn;