roc/crates/compiler/parse/src
2024-09-16 18:12:20 +02:00
..
ast.rs Add boolean flag to Expr::If for indented else statement 2024-09-05 16:28:44 -07:00
blankspace.rs Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
expr.rs parse block without indentation after indented else 2024-09-06 14:35:47 -07:00
header.rs cleanup pf.Task 2024-09-16 18:12:20 +02:00
highlight.rs Merge branch 'main' into builtin-task 2024-08-12 23:12:38 -07:00
ident.rs Merge attempt 2024-08-19 23:34:05 -07:00
keyword.rs New app header syntax 2024-05-01 10:49:01 -03:00
lib.rs Merge attempt 2024-08-19 23:34:05 -07:00
module.rs Move Full from fmt to parse and reorganize confusingly-named Module ast type 2024-08-07 23:01:49 -07:00
normalize.rs Add boolean flag to Expr::If for indented else statement 2024-09-05 16:28:44 -07: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 Merge pull request #7038 from mulias/expr-dbg 2024-09-02 13:30:32 +02:00
pattern.rs Merge attempt 2024-08-19 23:34:05 -07: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