roc/crates/compiler/parse/src
Sam Mohr 809fe23afd
Merge pull request #7533 from smores56/simple-can-solo
Move desugaring to new `roc_can_solo` crate
2025-01-19 19:06:10 -08:00
..
ast.rs Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00
blankspace.rs Further relax indentation of implements ability chains 2025-01-10 21:10:58 -08:00
expr.rs Merge pull request #7510 from joshuawarner32/pnc-fuzzing-fixes-4 2025-01-20 09:26:52 +11:00
header.rs Move desugaring to new roc_can_solo crate 2025-01-19 07:16:43 -08:00
highlight.rs Remove backpassing 2025-01-01 17:44:56 -08:00
ident.rs Remove Task from Roc 2025-01-08 17:00:40 -08:00
keyword.rs Prefer and and or for boolean operators 2025-01-17 16:15:31 -08:00
lib.rs Implement return keyword 2024-10-20 08:58:59 -07:00
normalize.rs New Lambda Syntax with |...| 2025-01-15 05:58:16 -06: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 New Lambda Syntax with |...| 2025-01-15 05:58:16 -06:00
pattern.rs Fix clippy 2025-01-08 15:37:03 -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 Move to new interpolation syntax 2025-01-10 10:29:20 -08:00
test_helpers.rs PNC for Patterns, stabilize formatting 2025-01-02 17:57:15 -06:00
type_annotation.rs Introduce proper type for TypeVar's, mark anything not a lowercase ident as malformed 2025-01-14 19:30:33 -08:00