roc/crates/compiler/parse/src
2024-03-26 16:38:09 +01: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 misc improvements 2024-03-26 16:38:09 +01:00
header.rs misc improvements 2024-03-26 16:38:09 +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 misc improvements 2024-03-26 16:38:09 +01: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 misc improvements 2024-03-26 16:38:09 +01:00
pattern.rs misc improvements 2024-03-26 16:38:09 +01: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 misc improvements 2024-03-26 16:38:09 +01:00
test_helpers.rs Give parser fuzzing some TLC 2022-12-11 08:39:52 -08:00
type_annotation.rs misc improvements 2024-03-26 16:38:09 +01:00