noether/noether.nimble
Emile Clark-Boman 9109c4d680 Tokenisation now accessible via the nlTokStream interface
nlTokStream relies on the functionality of nlLStream
2025-06-17 11:29:31 +10:00

14 lines
310 B
Nim

# Package
version = "0.1.0"
author = "Emile Clark-Boman"
description = "Type theoretic imperative and logic language for mathematical programming"
license = "MIT"
srcDir = "src"
installExt = @["nim"]
bin = @["noether", "nlx"]
# Dependencies
requires "nim >= 2.2.0"