roc/crates/compiler/parse/src
2025-01-06 14:28:18 +11:00
..
ast.rs Fix double-wrapping of spaces before implements opaque keyword by making them distinct 2025-01-05 15:10:13 -08:00
blankspace.rs Move backtracking for implements to specific spaces case that it's actually needed for, to avoid excess parsing work in extreme cases 2025-01-05 15:10:13 -08:00
expr.rs Merge pull request #7468 from joshuawarner32/fuzzing-bugs-9 2025-01-06 14:28:18 +11:00
header.rs Fix formatting bug with multline function type alias 2024-12-31 19:52:23 -05:00
highlight.rs Remove backpassing 2025-01-01 17:44:56 -08: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 Merge pull request #7468 from joshuawarner32/fuzzing-bugs-9 2025-01-06 14:28:18 +11: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 Address feedback 2025-01-04 17:01:12 -06:00
pattern.rs Address feedback 2025-01-04 17:01:12 -06: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 PNC for Patterns, stabilize formatting 2025-01-02 17:57:15 -06:00
type_annotation.rs Merge pull request #7468 from joshuawarner32/fuzzing-bugs-9 2025-01-06 14:28:18 +11:00