roc/crates/compiler/parse/src
2024-03-16 15:02:49 -06:00
..
ast.rs add snapshot test for suffixed expr 2024-03-15 14:39:21 +11:00
blankspace.rs Add a lexing-based 'highlight' mode to the parser 2023-02-28 17:03:49 +11:00
expr.rs add nested snapshot for suffixed expr 2024-03-15 14:40:09 +11:00
header.rs fix spelling 2024-03-16 14:44:36 +01:00
highlight.rs formatting 2023-03-12 17:11:35 +11:00
ident.rs Improve error messages involving ignored variables 2023-06-06 19:46:15 -04:00
keyword.rs Format type_annotation.rs and keyword.rs 2023-09-30 01:59:01 -03:00
lib.rs Add Src64 2023-09-06 23:12:33 -04:00
module.rs add basic checking for if an ingested file exists 2023-04-09 14:03:32 -07:00
number_literal.rs Refactor parser methods to not return State as part of ParseError 2022-11-18 19:52:23 -05:00
parser.rs removed one_of_with_error 2024-03-16 15:02:09 -06:00
pattern.rs Define and use IMPLEMENTS const in roc_parse::keyword 2023-05-29 07:21:27 -04:00
problems.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
src64.rs redundant pointer casts 2023-11-18 22:48:00 +01:00
state.rs auto clippy fixes 2023-07-10 18:27:08 +02:00
string_literal.rs Fix parsing strings with non-interpolated "$" 2024-01-27 16:28:01 -05:00
test_helpers.rs Give parser fuzzing some TLC 2022-12-11 08:39:52 -08:00
type_annotation.rs Format type_annotation.rs and keyword.rs 2023-09-30 01:59:01 -03:00