- Implement string literal tokenization and parsing (lexer + parser) - Add string concatenation with + operator in evaluator - Add println keyword for printing with newline - Add NODE_IF evaluation in VM - Fix null terminator bug in string concat buffer
3 lines
27 B
Plaintext
3 lines
27 B
Plaintext
x = 5
|
|
z = x > 2
|
|
print x + z |