| One frontend where there were three, and a core that is not Clojure | 1 | version = "0.1.0" |
| 2 | author = "nandi" | |
| 3 | description = "The portable core of frq, as a C-callable library" | |
| 4 | license = "MIT" | |
| 5 | srcDir = "src" | |
| 6 | ||
| 7 | requires "nim >= 2.0.0" | |
| 8 | ||
| 9 | task test, "Run the test suite": | |
| 10 | exec "nim c -r --hints:off tests/tircparse.nim" |