functions act like variables
repo synchronization between computers
no redeclaration, also added hints to errors
break and continue work?
fix error with null in file, fix error data in string token, add "but" to errors
for loop desugaring and loops in vm
variables
fix issue with not ppopping to clear stack with an expression statement
run if statements
print, add, sub run with manually typed bytecode
errors output whole lines
name resolution and features
ternary operators
increment and decrement, desugaring
switch to keywords
assignment operators
convert lexer to use utf-8 character, bitwise operations
for
array, subscript
return, break, continue