Jan Van Bruggen
1e9d2d1239
Remove accidental trailing spaces
2022-01-18 22:25:46 -07:00
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
Jan Van Bruggen
d03a51c75b
Rename base
package to pf
everywhere, to match tutorial
2021-12-12 05:57:39 -07: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
Richard Feldman
e3292cff4e
Drop some more references to needing C++
2021-08-29 16:59:15 -04: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
bc952641eb
Update docs to remove references to roc run
2021-08-05 23:15:00 -04:00
Folkert
e805e63db6
typos
2021-07-30 16:54:22 +02:00
Richard Feldman
3a575d1c9d
Make examples/hello-zig like examples/hello
2021-07-19 22:47:18 -04:00
Richard Feldman
3683f20838
Add hello-zig (clone of hello-world) example
2021-06-12 22:40:13 -04:00