~starkingdoms/starkingdoms

0c7d4d3b — ghostly_zsh 1 year, 9 months ago
one stack, but its somehow 2x slower
731aaaa6 — ghostly_zsh 1 year, 9 months ago
self-recursion works
37be9a1c — ghostly_zsh 1 year, 9 months ago
functions act like variables
2ee9958e — ghostly_zsh 1 year, 9 months ago
first draft of functions and calls
364d4a85 — ghostly_zsh 1 year, 9 months ago
repo synchronization between computers
no redeclaration, also added hints to errors
break and continue work?
fizzbuzz works due to fixed bug with else if
fix error with null in file, fix error data in string token, add "but" to errors
break works, continue works-ish
break and continue added, but they dont clean up the stack
basic break and continue but it doesn't quite work
for loop desugaring and loops in vm
get through variables test
silly error, opcodes were wrong in opcodes.rs
variables
fix tests
fix issue with not ppopping to clear stack with an expression statement
a few tests
run if statements
Next