roc/compiler/parse/src
Joshua Warner 24f7692a73 Implement [more] app header formatting
Also, refactor out a utility method to format a Collection. This method can currently
replace some of the formatting done in module headers - but the goal is eventually
to be able to replace the code in fmt_list as well, such that there is 'one true way'
to format collections.
2021-11-23 12:19:43 -08:00
..
ast.rs Rename roc_module::operator -> roc_module::called_via 2021-11-18 20:20:33 -05: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 Rename roc_module::operator -> roc_module::called_via 2021-11-18 20:20:33 -05:00
header.rs Implement [more] app header formatting 2021-11-23 12:19:43 -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 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