roc/compiler/parse/src
Joshua Warner 6fab6e20f5 Fix clippy
2021-11-14 10:40:09 -08:00
..
ast.rs Add a manual Debug formatter for Collection to make debugging nicer 2021-11-13 16:24:35 -08:00
blankspace.rs Remove unused spaces_till_end_of_line / chomp_line_comment functions from the parser 2021-11-02 20:28:16 -07:00
expr.rs Shrink Collection to make parse_expr_size test pass 2021-11-13 16:17:44 -08:00
header.rs Convert effects to collection_trailing_sep_e 2021-11-14 10:14:53 -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 Fix clippy 2021-11-14 10:40:09 -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 Remove unused macros 2021-11-14 10:14:53 -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 Shrink Collection to make parse_expr_size test pass 2021-11-13 16:17:44 -08:00