Lox interpreter written i Go.
.vscode | ||
ast_string.go | ||
expr.go | ||
expr_rpn.go | ||
glox | ||
glox.go | ||
go.mod | ||
go.sum | ||
interpreter.go | ||
parser.go | ||
README.md | ||
scanner.go | ||
stmt.go | ||
tokentype_string.go |
GLOX
Lox interpreter written i Go.
.vscode | ||
ast_string.go | ||
expr.go | ||
expr_rpn.go | ||
glox | ||
glox.go | ||
go.mod | ||
go.sum | ||
interpreter.go | ||
parser.go | ||
README.md | ||
scanner.go | ||
stmt.go | ||
tokentype_string.go |
Lox interpreter written i Go.