~starkingdoms/starkingdoms

ref: cd7053cdc98554b3e38dba6927a0e00d411b49ad starkingdoms/kabel/src/lexer.rs -rw-r--r-- 14.8 KiB
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
ternary operators
increment and decrement, desugaring
switch to keywords
assignment operators
module counts on load save, committing so i can work on other things
convert lexer to use utf-8 character, bitwise operations
array, subscript
single-line comments
if statement
call, member access, declaration, and assignment
logical or and logical and
equality, comparison, unary added
calculator parser kabel