XFRP compiler written in Nim.
About XFRP
XFRP is a general-purpose functional reactive programming (FRP) language. The language specifications are based on Emfrp, a FRP language for small-scale embedded systems.
Command-line options
-h, --help | show help message |
---|---|
-t, --target=TARGET | change target to TARGET (default: c) |
-x, --extension=EXT | enable extension EXT |
--nomain | prevent compiler from generating an entrypoint file |
Build
Nim compiler is required for build.
nimble build -d:release