~starkingdoms/starkingdoms

ref: 364d4a85a2f9f86d7c719da1b2ee51ca7244e1df starkingdoms/kabel/src/macros.rs -rw-r--r-- 9.5 KiB
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
5d800d4b — ghostly_zsh 1 year, 4 months ago
break and continue added, but they dont clean up the stack
efcd9f2c — ghostly_zsh 1 year, 4 months ago
get through variables test
f822df5d — ghostly_zsh 1 year, 4 months ago
variables
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
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
b7552ba5 — ghostly_zsh 1 year, 4 months ago
errors output whole lines
4ea4c4fa — ghostly_zsh 1 year, 4 months ago
debug printing
19c233f6 — ghostly_zsh 1 year, 4 months ago
name resolution and features
assignment operators
single-line comments
functions added
if statement
call, member access, declaration, and assignment
calculator parser kabel