roc/crates/compiler/parse/src
2024-03-03 11:15:09 -07:00
..
ast.rs List.get with negative index in repl 2024-01-28 22:21:40 +01:00
blankspace.rs Add a lexing-based 'highlight' mode to the parser 2023-02-28 17:03:49 +11:00
expr.rs avoid bloating parse expr size 2023-12-02 21:18:32 -08:00
header.rs made nicer error 2024-01-07 11:28:05 +10: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 better formatting for word docs 2024-03-03 11:15:09 -07: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