Skip to content

The Lox interpreter written in Go

License

Notifications You must be signed in to change notification settings

raphaelkabo/golox

 
 

Repository files navigation

The Lox interpreter written in Go.

Current status: Feature Complete.

Extra features

  • continue statement
  • break statement
  • 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

Build Status

About

The Lox interpreter written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%