roc/examples
2023-11-29 22:02:27 -08:00
..
cli update zig and rust platforms to have correct roc_panic and roc_dbg 2023-11-29 21:49:34 -08:00
glue update zig and rust platforms to have correct roc_panic and roc_dbg 2023-11-29 21:49:34 -08:00
gui update zig and rust platforms to have correct roc_panic and roc_dbg 2023-11-29 21:49:34 -08:00
jvm-interop add basic roc_dbg impl to c platforms 2023-11-29 22:02:27 -08:00
nodejs-interop add basic roc_dbg impl to c platforms 2023-11-29 22:02:27 -08:00
parser upgrade some examples to basic-cli 0.6 2023-11-19 20:26:39 +01:00
platform-switching add basic roc_dbg impl to c platforms 2023-11-29 22:02:27 -08:00
python-interop add basic roc_dbg impl to c platforms 2023-11-29 22:02:27 -08:00
ruby-interop add basic roc_dbg impl to c platforms 2023-11-29 22:02:27 -08:00
static-site-gen Get tests passing 2023-11-29 21:05:49 -08:00
swiftui Update .gitignores 2023-10-19 22:04:14 -04:00
virtual-dom-wip update zig and rust platforms to have correct roc_panic and roc_dbg 2023-11-29 21:49:34 -08:00
webserver roc format 2023-11-22 13:30:06 +11:00
.gitignore Replace stale webserver example 2023-11-22 13:11:05 +11:00
Community.roc roc format 2023-11-28 16:40:42 -08:00
GuiFormatter.roc update inspect examples 2023-11-28 16:40:42 -08:00
helloWorld.roc upgrade some examples to basic-cli 0.6 2023-11-19 20:26:39 +01:00
inspect-gui.roc roc fmt on inspect examples 2023-08-17 00:07:04 -04:00
inspect-logging.roc update inspect examples 2023-11-28 16:40:42 -08: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.