Joshua Warner
8b58d5cbc7
Switch to always encoding package names / paths as strings
...
This will simplify parsing and make it possible to have a uniform lexer for the language. Previously unquoted package names were allowed to include '-'s, which aren't valid identifiers.
In the future, we'll distinguish local paths from packages in the package-manager by looking for a ".roc" suffix, which should only be present in local paths.
2021-12-23 20:11:14 -08:00
Joshua Warner
8b967f1ea8
Run formatter on all examples
2021-12-21 17:17:31 -08:00
Folkert
b873cb0e01
update hello zig platform
2021-11-26 22:48:22 +01:00
Brendan Hansknecht
7d1b88b3fb
Merge branch 'trunk' into integrate-linker
2021-09-23 21:12:40 -07:00
Brendan Hansknecht
d710e78ab3
Merge branch 'trunk' into integrate-linker
2021-09-21 09:39:47 -07:00
Folkert
e319d1e758
make roc main return values, instead of write them into pointer
2021-09-19 22:05:48 +02:00
Folkert
f13e65ff8e
more removal of roccallresult
2021-09-19 20:54:32 +02:00
Folkert
c5eeaab2c2
remove callresult from cli examples
2021-09-19 18:34:42 +02:00
Brendan Hansknecht
da28b669bb
Get zig host working
2021-09-15 11:45:44 -07:00
Folkert
8fa4e55c74
Merge remote-tracking branch 'origin/trunk' into wasm-cli-option
2021-08-27 09:35:34 +02:00
Folkert
fb6131488c
update platforms for the nightly zig + wasm C abi requirements
2021-08-26 21:22:44 +02:00
Folkert
5a7a9e9520
fix alignment problems in zig hello host
2021-08-24 20:55:23 +02:00
Folkert
a12e18ca70
add roc_panic to all hosts
2021-08-16 22:46:00 +02:00
Richard Feldman
3683f20838
Add hello-zig (clone of hello-world) example
2021-06-12 22:40:13 -04:00