Golox
The Lox interpreter written in Go
Install / Use
/learn @jfourkiotis/GoloxREADME
The Lox interpreter written in Go.
Current status: Feature Complete.
Extra features
continuestatementbreakstatement- comma operator (
,) - ternary operator (
?:) - power operator (
**, right associative) - uninitialized variable access is a runtime error
- unused local variables, functions and classes is an error
- class properties
- class methods
