Reworking VM into infinite stack machine

This commit is contained in:
Krzosa Karol
2022-06-21 23:13:07 +02:00
parent 2c3a8dc764
commit eee9e24cfc
4 changed files with 264 additions and 202 deletions

View File

@@ -177,8 +177,6 @@ int main(int argument_count, char **arguments){
test_string_builder();
test_intern_table();
test_interpreter();
emit_line_directives = true;
String program_name = "vm.kl"_s;
if(argument_count > 1){