roc/compiler/parse/src
2021-12-05 12:19:58 -08:00
..
ast.rs Rename roc_module::operator -> roc_module::called_via 2021-11-18 20:20:33 -05:00
blankspace.rs Keep trailing comments at the end of a file 2021-12-05 12:19:58 -08:00
expr.rs Rename roc_module::operator -> roc_module::called_via 2021-11-18 20:20:33 -05:00
header.rs Implement platform header formatting 2021-11-25 08:19:31 -08:00
ident.rs Rename parse_ident_help to parse_ident 2021-08-01 10:23:16 -04:00
keyword.rs add expect keyword 2021-04-22 21:17:09 +02:00
lib.rs Clean up some clippy warnings 2021-05-23 20:28:23 -04:00
module.rs Implement platform header formatting 2021-11-25 08:19:31 -08:00
number_literal.rs Name all "error" enums in the parser starting with E 2021-11-12 08:38:29 -08:00
parser.rs Parse _ in type annotations as an 'Inferred' type 2021-11-17 17:59:40 -08:00
pattern.rs Use Collection in Expr::Record and related places 2021-11-13 07:36:05 -08:00
problems.rs s/CodePoint/CodePt/g 2021-08-07 21:46:20 -04:00
string_literal.rs s/CodePoint/CodePt/g 2021-08-07 21:46:20 -04:00
test_helpers.rs fmt 2021-08-18 18:50:39 +02:00
type_annotation.rs Parse _ in type annotations as an 'Inferred' type 2021-11-17 17:59:40 -08:00