roc/test/str
2025-08-07 15:14:03 +10:00
..
platform remove C stub file 2025-08-07 15:14:03 +10:00
app.roc move test platforms around for clarity 2025-08-07 09:11:57 +10:00
README.md move test platforms around for clarity 2025-08-07 09:11:57 +10:00

Test Platform

This directory contains a primitive test platform for Roc and demonstrates passing a string to and from the host.

  • Function signature: Str -> Str
  • Description: Takes a string from the host and returns a processed string
zig build -Dllvm

# Run (ignore cached files)
./zig-out/bin/roc --no-cache test/str/app.roc