travisstaloch/roc-cli-platform-zig
An experimental roc lang cli platform in zig
An experimental roc lang cli platform in zig. Adapated from roc's rust cli platform.
packages { pf: "path/to/platform/main.roc" }
(see test/main.roc for an example)./test/run.sh # builds and runs test/main.roc and other testing scripts
Stdout.line, Stderr.line
File.readBytes - includes some error handling
Process.withArgs
Env.{var,cwd,setCwd,exePath}
see test/main.roc to see what works.