A javascript like language with VM, extending Monkey, but with more strict syntax
- a enhanced REPL shell and interpreter
- support block scope
- support while statement
- support do-while statement
- support for statement
- support break and continue statements
- op-assigment +=, -=, .etc
- short circuit logical operators (&&, ||)
- byte code for all of the new statements
- line comments and block comment
- see the code
make
./chimp -vm