mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
| .. | ||
| platform | ||
| app.roc | ||
| app_broken.roc | ||
| app_core_tagged.roc | ||
| app_diamond.roc | ||
| app_direct_core.roc | ||
| app_direct_helper.roc | ||
| app_direct_helper2.roc | ||
| app_direct_utils.roc | ||
| app_transitive.roc | ||
| README.md | ||
| simple_test.roc | ||
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
# Run (ignore cached files)
./zig-out/bin/roc --no-cache test/str/app.roc