Begin to codegen bytecode instructions

This commit is contained in:
Krzosa Karol
2022-06-21 15:49:39 +02:00
parent 6ed17a3c1c
commit 2c3a8dc764
6 changed files with 59 additions and 6 deletions

5
programs/vm.kl Normal file
View File

@@ -0,0 +1,5 @@
global_variable := 10 + 29
main :: ()
pass // a := 10 + 20