Skip to content

The Lox language's AST interpreter using Golang

Notifications You must be signed in to change notification settings

redundant4u/Golox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Lox language's AST interpreter using Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages