roc/examples
Anton-4 191d8a7408
Merge pull request #5271 from lukewilliamboswell/static-site
Support highlighting other languages using static-site platform
2023-04-12 11:01:27 +02:00
..
cli add test case for ingesting as bytes with type hole 2023-04-09 14:03:34 -07:00
glue generate signature for the entry points 2023-04-02 20:47:28 +02:00
gui Merge remote-tracking branch 'origin/main' into glue-getters-rtfeldman 2023-03-08 19:46:00 +01:00
jvm-interop format+typos for ci 2023-03-22 20:56:10 +02:00
parser update to basic-cli 3.1 2023-03-29 10:46:47 +02:00
platform-switching Merge remote-tracking branch 'origin/main' into glue-getters-rtfeldman 2023-03-14 01:01:26 +01:00
python-interop Fix empty list bug in several interop examples 2023-03-17 21:42:36 -04:00
ruby-interop Fix empty list bug in several interop examples 2023-03-17 21:42:36 -04:00
static-site-gen clarify cow_str usage 2023-04-12 17:17:18 +10:00
swiftui moved benchmarks to nix 2022-10-17 17:40:35 +02:00
typescript-interop Set refcount in init_rocbytes 2023-03-19 09:48:31 -04:00
virtual-dom-wip standardize on decref instead of deinit for name 2023-03-13 14:08:23 -07:00
.gitignore .rh and .rm adjustments, basic-cli nightly prep 2023-03-20 12:24:30 +01:00
helloWorld.roc add basic checking for if an ingested file exists 2023-04-09 14:03:32 -07: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.