-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to the latest version of Koto
- Loading branch information
1 parent
2751120
commit 543534c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule koto
updated
10 files
+1 −0 | CHANGELOG.md | |
+5 −5 | crates/bytecode/src/compiler.rs | |
+1 −1 | crates/bytecode/src/instruction.rs | |
+7 −7 | crates/bytecode/src/instruction_reader.rs | |
+48 −5 | crates/parser/src/ast.rs | |
+71 −29 | crates/parser/src/constant_pool.rs | |
+6 −0 | crates/parser/src/node.rs | |
+6 −6 | crates/parser/src/string_format_options.rs | |
+1,063 −1,414 | crates/parser/tests/parser_tests.rs | |
+1 −1 | crates/runtime/src/vm.rs |