Skip to content

A swift implementation of the Lox langauge from Crafting Interpreters

Notifications You must be signed in to change notification settings

maxphillipsdev/taylox

Repository files navigation

(Tay)lox

A Swift implementation of the Lox programming language from Crafting Interpreters.

Status

Currently working on Chapter 4 (Scanning).

Usage

This is a Swift Package Manager project.

Run the REPL with

swift run taylox

Run a file with

swift run taylox <path>

Tests

Install dependencies with

dart pub get

Run with

dart tool/bin/test.dart jlox --interpreter .build/taylox

About

A swift implementation of the Lox langauge from Crafting Interpreters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published