roc/crates/compiler/parse/src
2025-01-01 14:59:20 -05:00
..
ast.rs Fix disappearing spaces around implements keyword 2025-01-01 11:41:17 -05:00
blankspace.rs Fix where clauses in tuple types with trailing commas 2025-01-01 14:59:11 -05:00
expr.rs Fix accidental NoProgress return in if, to avoid exponential parsing issue 2025-01-01 12:40:54 -05:00
header.rs Fix formatting bug with multline function type alias 2024-12-31 19:52:23 -05:00
highlight.rs Merge branch 'main' into builtin-task 2024-08-12 23:12:38 -07:00
ident.rs clippy 2024-12-30 10:34:54 +11:00
keyword.rs Disallow any keyword followed by an exclaimation mark 2024-12-28 22:29:45 -05:00
lib.rs Implement return keyword 2024-10-20 08:58:59 -07:00
normalize.rs Fix normalization of strings with overflowing unicode 2024-12-15 18:33:56 -08: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 Graccefully handle overflowing unicode literals 2024-12-15 18:33:54 -08:00
pattern.rs Fix crash with doubly-nested parens in patterns 2024-12-24 14:08:52 -05:00
src64.rs fix wasm repl warnings 2024-07-13 18:45:01 +02:00
state.rs Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
string_literal.rs Fix comments in str interpolations 2024-12-16 18:23:37 -08:00
test_helpers.rs Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
type_annotation.rs fixup type ann 2025-01-01 14:59:20 -05:00