Skip to content

Latest commit

 

History

History

golox

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Golox

Golox is a Go implementation of the Lox programming language.

Installation

go install github.com/marcuscaisey/lox/golox@latest

Usage

Usage: golox [options] [script]

Options:
  -c string
        Program passed in as string
  -p    Print the AST only

If no script is provided, a REPL is started, otherwise the supplied script is executed.