roc/examples/hello-rust
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
..
platform Switch to always encoding package names / paths as strings 2021-12-23 20:11:14 -08:00
.gitignore Add surgical linker to cli_run tests that don't use rust 2021-09-24 13:43:00 -07:00
Hello.roc Rename base package to pf everywhere, to match tutorial 2021-12-12 05:57:39 -07:00