wdevore / Golang-Loxlang

Go version of "Crafting interpreters" Lox language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lox language

TODOs

  • (Partially complete) unreachable code. if a "return" has been found in a local scope and we encounter other code directly following then we error
  • values never read/used

Links

https://github.com/gonzispina/golox

About

Go version of "Crafting interpreters" Lox language

License:MIT License


Languages

Language:Go 100.0%