roc/crates/compiler/parse/src
2024-01-20 08:35:50 -03:00
..
ast.rs Parse and format aliases in import defs 2024-01-20 08:35:50 -03:00
blankspace.rs Add a lexing-based 'highlight' mode to the parser 2023-02-28 17:03:49 +11:00
expr.rs Parse and format aliases in import defs 2024-01-20 08:35:50 -03:00
header.rs Parse and format top-level import defs with no alias or exposed members 2024-01-20 08:35:50 -03: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 Parse and format top-level import defs with no alias or exposed members 2024-01-20 08:35:50 -03:00
lib.rs Add Src64 2023-09-06 23:12:33 -04:00
module.rs Parse and format top-level import defs with no alias or exposed members 2024-01-20 08:35:50 -03: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 Parse and format aliases in import defs 2024-01-20 08:35:50 -03:00
pattern.rs Define and use IMPLEMENTS const in roc_parse::keyword 2023-05-29 07:21:27 -04:00
problems.rs
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 single-quote dollar parsing 2024-01-13 15:41:35 -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