roc/compiler/parse/src
2021-02-26 16:09:17 +01:00
..
ast.rs refactor parse AST to allow multiple if branches 2021-02-25 14:34:58 +01:00
blankspace.rs remove arena argument 2021-02-26 15:09:52 +01:00
expr.rs clippy 2021-02-26 15:12:15 +01:00
header.rs add lifetime to SyntaxError 2021-02-07 22:26:55 +01:00
ident.rs remove arena argument 2021-02-26 15:09:52 +01:00
keyword.rs more error messages 2021-02-08 21:58:39 +01:00
lib.rs Replaced large_enum_variant explanation with link to issue #800 2020-12-14 16:09:16 +01:00
module.rs remove arena argument 2021-02-26 15:09:52 +01:00
number_literal.rs parse scientific notation 2021-02-26 16:09:17 +01:00
parser.rs clippy 2021-02-26 15:12:15 +01:00
pattern.rs fix formatting 2021-02-26 15:55:54 +01:00
problems.rs Use workspaces and move everything into compiler/ 2020-03-05 17:45:52 -05:00
string_literal.rs remove arena argument 2021-02-26 15:09:52 +01:00
test_helpers.rs remove Bag 2021-02-08 00:33:29 +01:00
type_annotation.rs number parsing with new errors 2021-02-26 15:06:24 +01:00