roc/examples
2023-07-05 10:07:54 -07:00
..
cli Make has have 4 identation spaces 2023-07-04 11:24:40 +02:00
glue Remove some unnecessary dbg! uses 2023-06-26 20:05:59 -04: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 Rename digits parser to positiveInt and fix bug 2023-07-03 13:40:14 +02:00
platform-switching remove old compiler-rt workarounds for macos 2023-06-24 17:27:11 -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
webserver webserver example setjmp/longjmp error handling 2023-06-26 22:14:39 -04:00
.gitignore .rh and .rm adjustments, basic-cli nightly prep 2023-03-20 12:24:30 +01:00
GuiFormatter.roc add userland imple of inspect with some apps 2023-07-05 10:07:54 -07: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
inspect-gui.roc add userland imple of inspect with some apps 2023-07-05 10:07:54 -07:00
inspect-logging.roc add userland imple of inspect with some apps 2023-07-05 10:07:54 -07:00
Inspect.roc add userland imple of inspect with some apps 2023-07-05 10:07:54 -07:00
LogFormatter.roc add userland imple of inspect with some apps 2023-07-05 10:07:54 -07:00
Person.roc add userland imple of inspect with some apps 2023-07-05 10:07:54 -07:00
PrettyLogFormatter.roc add userland imple of inspect with some apps 2023-07-05 10:07:54 -07: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.