roc/crates/compiler/parse/src
2022-08-27 21:15:36 -04:00
..
ast.rs basic canonicalization 2022-08-09 13:59:24 +02:00
blankspace.rs Correct indentation for when expressions 2022-07-17 19:26:33 -07:00
expr.rs get expect-fx to actually run 2022-08-12 23:03:01 +02:00
header.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
ident.rs more various clippy fixes 2022-08-21 16:43:58 +02:00
keyword.rs parse expect-fx 2022-08-09 14:19:12 +02:00
lib.rs s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00
module.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
number_literal.rs more various clippy fixes 2022-08-21 16:43:58 +02:00
parser.rs more various clippy fixes 2022-08-21 16:43:58 +02:00
pattern.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
problems.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
state.rs Introduce State::advance_mut and State::consume_mut to simplify things 2022-07-19 19:20:38 -07:00
string_literal.rs Fix error reporting location for unterminated strings and add test for insufficiently indented multiline strings 2022-07-25 19:07:58 -07:00
test_helpers.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
type_annotation.rs Parse ability definitions using record exprs, not types 2022-07-18 17:55:00 -04:00