roc/crates/compiler/parse/src
2023-05-24 10:39:48 -04:00
..
ast.rs loc_has -> loc_implements 2023-05-20 19:24:08 -04:00
blankspace.rs Add a lexing-based 'highlight' mode to the parser 2023-02-28 17:03:49 +11:00
expr.rs ident: "has" -> ident: "implements" 2023-05-24 10:38:06 -04:00
header.rs add very rough framework of how the parse might need to change 2023-04-09 14:03:31 -07:00
highlight.rs formatting 2023-03-12 17:11:35 +11:00
ident.rs Merge pull request #4993 from joshuawarner32/tuple-gen-tuple-backend-experiment 2023-02-08 10:42:51 -05:00
keyword.rs Fix kw list 2022-11-24 14:48:39 -06:00
lib.rs Add a lexing-based 'highlight' mode to the parser 2023-02-28 17:03:49 +11: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 use word instead of word10 2023-05-22 22:29:32 -04:00
pattern.rs Identifier("has") -> Identifier("implements") 2023-05-24 10:38:52 -04:00
problems.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
state.rs Give parser fuzzing some TLC 2022-12-11 08:39:52 -08: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 "has" -> "implements" 2023-05-24 10:39:48 -04:00