This language is a learning project that is a continuation from the Lox language implemented in the book Crafting Interpreters by Robert Nystrom. It's a great book and I highly recommend checking it out!
TODO
- Allow concatenation of strings with other objects (interpret object as string)
- Ternary operator
- Switch statement/expression
- Redo test framework for core data strutures after rewrite
- Fix recursive functions
- Fix 'Expect ';' after value.' for wrong fn keyword