roc/examples/hello-rust/platform
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
..
src Use std and core over libc where equivalent 2021-11-02 19:37:05 -04:00
build.rs Fix rust host with surgical linking 2021-09-24 21:37:58 -07:00
Cargo.lock Drop libc dependency from roc_std 2021-08-02 22:29:23 -04:00
Cargo.toml Fix rust host with surgical linking 2021-09-24 21:37:58 -07:00
host.c Fix rust host with surgical linking 2021-09-24 21:37:58 -07:00
Package-Config.roc Switch to always encoding package names / paths as strings 2021-12-23 20:11:14 -08:00