roc/crates/compiler/parse/src
2024-04-17 09:54:29 +10:00
..
ast.rs fix unwrapping of trailing expr 2024-04-17 09:54:29 +10:00
blankspace.rs support optional suffied last def 2024-04-14 13:45:06 +10:00
expr.rs parse/unwrap nested defs 2024-04-15 09:25:00 +10:00
header.rs misc improvements 2024-03-26 16:38:09 +01:00
highlight.rs Update tests 2024-03-24 14:31:34 -04:00
ident.rs fix ! bug for Record and Tuple Access 2024-04-14 13:45:02 +10: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 add EExpr error for unexpected comma 2024-04-02 20:48:13 +11:00
pattern.rs add suffixed to Identifer and QualifiedIdentifier 2024-04-14 13:45:00 +10: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 add suffixed to Identifer and QualifiedIdentifier 2024-04-14 13:45:00 +10:00