Files
j-lang/projects/resta.j
Jose Luis Montañes Ojados 14b6a2ddd2 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.
2026-02-16 02:24:37 +01:00

5 lines
37 B
Plaintext

x=2
y=5
z = x + y
zz = z * x
print zz