mathetake / glox

Go implementation of lox language interpreter from http://craftinginterpreters.com/ book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glox is an implementation of lox language interpreter in Go. All the language features (classes, class inheritance, functions, closures) are implemented.

This is just my toy project for fun.

About

Go implementation of lox language interpreter from http://craftinginterpreters.com/ book


Languages

Language:Go 100.0%