roc/crates/compiler/parse/src
2024-08-17 10:23:22 -04:00
..
ast.rs Combine ! and ? into single TrySuffix AST node 2024-08-14 22:14:08 -07:00
blankspace.rs Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
expr.rs Format code 2024-08-14 22:26:32 -07:00
header.rs Merge branch 'main' into typecheck-module-params 2024-08-12 22:27:16 -03:00
highlight.rs Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
ident.rs Combine ! and ? into single TrySuffix AST node 2024-08-14 22:14:08 -07:00
keyword.rs New app header syntax 2024-05-01 10:49:01 -03:00
lib.rs Rename RemoveSpaces->Normalize 2024-08-12 23:05:55 -07:00
normalize.rs DRY up my new normalize code 2024-08-17 10:23:22 -04: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 Ignore underscore-prefixed fields in record builders 2024-08-06 22:49:35 -07:00
pattern.rs Merge branch 'main' into typecheck-module-params 2024-08-07 18:55:33 -03:00
problems.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02: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 Un-macro loc 2024-04-22 20:03:04 -05: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 Ignore underscore-prefixed fields in record builders 2024-08-06 22:49:35 -07:00