KO
|
EN
gitlite — search
Search
#javascript
#css
#html
#python
#html5
#typescript
#rust
#golang
#config
#github-config
#hacktoberfest
#docker
golox
★ 23
Open GitHub ↗
The Lox interpreter written in Go
Download README (.md)
Explore Similar Repositories
jlox
:
A Java implemetation of the tree-walk Lox interpreter from craftinginterpreters.com.
lox-ast
:
AST version of the Lox interpreter in Rust
Tank
:
Dynamic type Object oriented and scripting language written in Java
llox
:
Lox (http://www.craftinginterpreters.com/) interpreter in Lua
lox-lang
:
Lox language interpreter written in Rust
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
golox
?
Download (.md)
# 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 [](https://travis-ci.org/jfourkiotis/golox)