nandi/frqpublic Fork 0
1bb3f7776d13837a3842ba7a0a62a4f9ee4b9194
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.

One frontend where there were three, and a core that is not Clojure 438b247 · on 1bb3f7776d13837a3842ba7a0a62a4f9ee4b9194 · nandi · 18h ago
frq_core.nimble · 10 lines · 269 BText Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
version       = "0.1.0"
author        = "nandi"
description   = "The portable core of frq, as a C-callable library"
license       = "MIT"
srcDir        = "src"

requires "nim >= 2.0.0"

task test, "Run the test suite":
  exec "nim c -r --hints:off tests/tircparse.nim"