golox

command
v0.0.0-...-405c5eb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 25, 2024 License: MIT Imports: 12 Imported by: 0

README

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.

Documentation

Overview

Entry point for the golox interpreter.

Directories

Path Synopsis
Package interpreter implements an interpreter of Lox programs.
Package interpreter implements an interpreter of Lox programs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL