roc/compiler/parse
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
..
fuzz bump bumpalo 2021-04-18 14:36:47 +02:00
src Switch to always encoding package names / paths as strings 2021-12-23 20:11:14 -08:00
tests Switch to always encoding package names / paths as strings 2021-12-23 20:11:14 -08:00
Cargo.toml Add some optional debug tracing to the parser 2021-12-17 15:09:15 -08:00