roc/examples/false-interpreter/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 ManuallyDrop instead of forget for rust host fx functions 2021-12-10 17:09:49 -08:00
build.rs Add cli test for false interpreter 2021-10-19 11:27:05 -07:00
Cargo.lock Add false lang interpreter example 2021-09-29 16:01:54 -07:00
Cargo.toml Add cli test for false interpreter 2021-10-19 11:27:05 -07:00
File.roc Remove redundant space in aliases 2021-12-21 18:16:58 -08:00
host.c Add false lang interpreter example 2021-09-29 16:01:54 -07:00
Package-Config.roc Switch to always encoding package names / paths as strings 2021-12-23 20:11:14 -08:00
Stdin.roc Run formatter on all examples 2021-12-21 17:17:31 -08:00
Stdout.roc Add false lang interpreter example 2021-09-29 16:01:54 -07:00
Task.roc Run formatter on all examples 2021-12-21 17:17:31 -08:00