~starkingdoms/starkingdoms

ref: 0c7d4d3bcf29e877c99ba21a80128a192a4d26ac starkingdoms/kabel/src/vm.rs -rw-r--r-- 20.1 KiB
0c7d4d3b — ghostly_zsh 1 year, 3 months ago
one stack, but its somehow 2x slower
731aaaa6 — ghostly_zsh 1 year, 3 months ago
self-recursion works
37be9a1c — ghostly_zsh 1 year, 3 months ago
functions act like variables
2ee9958e — ghostly_zsh 1 year, 3 months ago
first draft of functions and calls
364d4a85 — ghostly_zsh 1 year, 3 months ago
repo synchronization between computers
aee322a5 — ghostly_zsh 1 year, 4 months ago
no redeclaration, also added hints to errors
03495937 — ghostly_zsh 1 year, 4 months ago
fizzbuzz works due to fixed bug with else if
5d800d4b — ghostly_zsh 1 year, 4 months ago
break and continue added, but they dont clean up the stack
dda08ce1 — ghostly_zsh 1 year, 4 months ago
for loop desugaring and loops in vm
efcd9f2c — ghostly_zsh 1 year, 4 months ago
get through variables test
2ff43643 — ghostly_zsh 1 year, 4 months ago
silly error, opcodes were wrong in opcodes.rs
f822df5d — ghostly_zsh 1 year, 4 months ago
variables
0216bf5e — ghostly_zsh 1 year, 4 months ago
fix issue with not ppopping to clear stack with an expression statement
3aca67bf — ghostly_zsh 1 year, 4 months ago
run if statements
f9039c39 — ghostly_zsh 1 year, 4 months ago
bitwise operations
719300aa — ghostly_zsh 1 year, 4 months ago
run unary expressions
11293ac2 — ghostly_zsh 1 year, 4 months ago
run binary expressions
337e6113 — ghostly_zsh 1 year, 4 months ago
mul and div
cd7053cd — ghostly_zsh 1 year, 4 months ago
codegen and also functioning strings
339f063f — ghostly_zsh 1 year, 4 months ago
print, add, sub run with manually typed bytecode