Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 566 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 566 Bytes

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.