nandi/frqpublic Fork 0
d333b6f7b4be024f494b613751b18edbeed856bc
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

frq_core.nimble · 10 lines · 269 BText Blame HistoryRaw
One frontend where there were three, and a core that is not Clojure 438b247 nandi 12h ago1version = "0.1.0"
2author = "nandi"
3description = "The portable core of frq, as a C-callable library"
4license = "MIT"
5srcDir = "src"
6
7requires "nim >= 2.0.0"
8
9task test, "Run the test suite":
10 exec "nim c -r --hints:off tests/tircparse.nim"