nimlox icon indicating copy to clipboard operation
nimlox copied to clipboard

Interpreter for the 'Lox' language written in Nim

nimlox Build Status

Interpreter for the Lox language written in Nim.

Still work in progress.

Setup

  • Ensure nim 0.18.0+ is installed
    • Easiest way to install nim is via choosenim

Quick Start

  1. nim repl # start the REPL
  2. nim sample # interpret sample.lox file

Test

  1. nim tests

License

MIT.