/nimlox

Interpreter for the 'Lox' language written in Nim

Primary LanguageNimMIT LicenseMIT

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.