Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.12 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.12 KB

Golox

  • Implementation of lox language & interpreter using Golang
  • Tree-walk interpreter
  • Reference: Crafting Interpreters

Usage

go run main.go

Example

go run main.go test/hello.lox

Update