roc/compiler/parse/src
Richard Feldman 887a07b455
Merge pull request #2596 from rtfeldman/joshuawarner32/listclosing-braces
Allow closing braces in collections to be at any indent level
2022-02-28 20:00:44 -05:00
..
ast.rs Merge remote-tracking branch 'origin/trunk' into single-quote-literal 2022-02-24 10:13:39 -08:00
blankspace.rs Refactor: introduce trait SpaceProblem to remove a bunch of redundant args in ::Space errors 2022-02-15 20:48:04 -08:00
expr.rs Merge remote-tracking branch 'origin/trunk' into single-quote-literal 2022-02-24 10:13:39 -08:00
header.rs Refactor: introduce trait SpaceProblem to remove a bunch of redundant args in ::Space errors 2022-02-15 20:48:04 -08:00
ident.rs Add TODOs for opaque type comments that will need to be changed later 2022-02-21 23:21:39 -05:00
keyword.rs add expect keyword 2021-04-22 21:17:09 +02:00
lib.rs extract state 2021-12-16 17:13:53 -08:00
module.rs Refactor: introduce trait SpaceProblem to remove a bunch of redundant args in ::Space errors 2022-02-15 20:48:04 -08:00
number_literal.rs Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
parser.rs Merge pull request #2596 from rtfeldman/joshuawarner32/listclosing-braces 2022-02-28 20:00:44 -05:00
pattern.rs Merge remote-tracking branch 'origin/trunk' into single-quote-literal 2022-02-24 10:13:39 -08:00
problems.rs s/CodePoint/CodePt/g 2021-08-07 21:46:20 -04:00
state.rs Remove debug_assert that may legally check a false value 2022-01-29 23:58:46 -05:00
string_literal.rs fix escaped literals 2022-02-25 22:10:41 -08:00
test_helpers.rs Refactor ParseProblem 2022-01-03 20:10:50 -08:00
type_annotation.rs Fmt and clippy 2022-02-19 20:54:21 -05:00