Begin to codegen bytecode instructions
This commit is contained in:
5
programs/vm.kl
Normal file
5
programs/vm.kl
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
global_variable := 10 + 29
|
||||
|
||||
main :: ()
|
||||
pass // a := 10 + 20
|
||||
Reference in New Issue
Block a user