chassis change merge
more cleanup
cargo fmt
merge rust-rendering-2 to master
restructuring
subscript assignment parsing
anonymous functions
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