roc/crates/compiler/parse/src
Joshua Warner f193c778d5
clippy
2024-12-13 13:45:11 -08:00
..
ast.rs Set up module ids properly 2024-12-09 21:24:10 -08:00
blankspace.rs Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
expr.rs clippy 2024-12-13 13:45:11 -08:00
header.rs Switch fx mode based on platform main too 2024-11-07 18:54:16 -03:00
highlight.rs Merge branch 'main' into builtin-task 2024-08-12 23:12:38 -07:00
ident.rs minor improvements 2024-12-04 14:32:38 +01:00
keyword.rs Remove expect-fx syntax and handling 2024-11-17 20:25:37 -08:00
lib.rs Implement return keyword 2024-10-20 08:58:59 -07:00
normalize.rs Use new try impl for ? operator 2024-12-05 02:13:13 -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 clippy on everything 2024-12-12 20:54:25 +10:00
pattern.rs Merge attempt 2024-08-19 23:34:05 -07: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 Fixup string dollar handling 2024-12-05 18:54:21 -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 Feedback: dry out term, make fmt_spaces_with_newline_mode more readable, explicitly implement all the variants in ann_lift_spaces 2024-12-05 18:54:25 -08:00