Add * and / operators, VM step debugger, and visualizer tweaks
Support multiply and divide in lexer, parser and eval. Add step-by-step VM debug output with AST and heap visualization. Remove spacing in visualizer hex output.
This commit is contained in:
5
projects/resta.j
Normal file
5
projects/resta.j
Normal file
@@ -0,0 +1,5 @@
|
||||
x=2
|
||||
y=5
|
||||
z = x + y
|
||||
zz = z * x
|
||||
print zz
|
||||
Reference in New Issue
Block a user