begin shift to nim code base
This commit is contained in:
parent
33bcffdc69
commit
4b20f9961b
25 changed files with 625 additions and 303 deletions
14
noether.nimble
Normal file
14
noether.nimble
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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"]
|
||||
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 2.2.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue