Skip to content

atmask/golox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golox

A Go implementation of the Lox programming language from Crafting Interpreters by Robert Nystrom.

Usage

# Run a script
golox script.lox

# Start the REPL
golox

Build

Requires Go 1.26+ and just.

just build
just run [script]
just test
just clean

About

Implementation of the Lox Language in Go following Crafting Interpreters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors