Version 2.0.0

This commit is contained in:
2020-07-07 15:53:00 +02:00
parent 16ecac7329
commit 30c9acc2bb
4 changed files with 136 additions and 66 deletions

View File

@@ -10,5 +10,9 @@ srcDir = "src"
requires "nim >= 1.2.4"
task genDocs, "Generate Docs":
task docs, "Generate Docs":
exec "nim doc --project -o:doc src/op.nim"
task bench, "Runs the benchmark code":
exec "nim c -r benchmarks/bench.nim"