roc/examples
2023-06-19 22:09:35 +02:00
..
cli Merge remote-tracking branch 'remote/main' into remove-json 2023-06-07 15:38:01 +10:00
glue format 2023-06-19 22:09:35 +02:00
gui remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07:00
jvm-interop remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07:00
nodejs-interop remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07:00
parser use basic-cli 0.3.2 2023-04-29 14:02:08 +02:00
platform-switching remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07:00
python-interop Merge remote-tracking branch 'remote/main' into remove-json 2023-06-07 15:38:01 +10:00
ruby-interop Merge remote-tracking branch 'remote/main' into remove-json 2023-06-07 15:38:01 +10:00
static-site-gen remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07:00
swiftui moved benchmarks to nix 2022-10-17 17:40:35 +02:00
virtual-dom-wip Merge remote-tracking branch 'remote/main' into remove-json 2023-06-07 15:38:01 +10:00
.gitignore .rh and .rm adjustments, basic-cli nightly prep 2023-03-20 12:24:30 +01:00
helloWorld.roc use basic-cli 0.3.2 2023-04-29 14:02:08 +02:00
helloWorldNoURL.roc add helloWorldNoURL 2022-12-27 15:03:31 +01:00
README.md update and simplify examples README 2022-10-17 12:28:09 +02:00

Examples

To run examples:

roc run examples/hello-world/main.roc

crates/cli_testing_examples/ has even more examples.