roc/crates/compiler/parse/src
2023-09-11 15:12:20 -04:00
..
ast.rs Render docs for abilities, tuples, and as 2023-08-11 20:59:40 -04:00
blankspace.rs Add a lexing-based 'highlight' mode to the parser 2023-02-28 17:03:49 +11:00
expr.rs minor fixes 2023-08-11 16:14:33 +02:00
header.rs Allow spaces before and after the colon in the packages header section 2023-07-03 15:46:50 -07: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 | -> where 2023-06-05 20:19:00 -04: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 minor fixes 2023-08-11 16:14:33 +02: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 Add a clarifying comment about prefetching 2023-09-11 15:12:20 -04:00
state.rs auto clippy fixes 2023-07-10 18:27:08 +02:00
string_literal.rs Fix approximately a bajillion fmt and parsing bugs 2023-01-13 18:20:44 -08:00
test_helpers.rs Give parser fuzzing some TLC 2022-12-11 08:39:52 -08:00
type_annotation.rs minor fixes 2023-08-11 16:14:33 +02:00