# Package
version = "0.1.0"
author = "Ben Lovy"
description = "Nim implementation of the treewalk interpreter for Lox for Crafting Interpreters."
license = "MIT"
srcDir = "src"
installExt = @["nim"]
bin = @["nlox"]
# Dependencies
requires "nim >= 1.0.4"