A Swift implementation of the Lox programming language from Crafting Interpreters.
Currently working on Chapter 4 (Scanning).
This is a Swift Package Manager project.
Run the REPL with
swift run taylox
Run a file with
swift run taylox <path>
Install dependencies with
dart pub get
Run with
dart tool/bin/test.dart jlox --interpreter .build/taylox