roc/crates/compiler/parse/src
2024-03-26 19:35:39 +01:00
..
ast.rs desugar no args correctly e.g. Stdin.line! 2024-03-21 19:25:34 +11:00
blankspace.rs Add a lexing-based 'highlight' mode to the parser 2023-02-28 17:03:49 +11:00
expr.rs Merge pull request #6548 from roboteng/parser-docs 2024-03-26 19:35:39 +01:00
header.rs misc improvements 2024-03-26 16:38:09 +01:00
highlight.rs formatting 2023-03-12 17:11:35 +11:00
ident.rs move suffixed parsing into chomp_identifier_chain 2024-03-22 19:22:05 +11:00
keyword.rs Format type_annotation.rs and keyword.rs 2023-09-30 01:59:01 -03:00
lib.rs Add Src64 2023-09-06 23:12:33 -04:00
module.rs misc improvements 2024-03-26 16:38:09 +01: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 misc improvements 2024-03-26 16:38:09 +01:00
pattern.rs Merge pull request #6548 from roboteng/parser-docs 2024-03-26 19:35:39 +01:00
problems.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
src64.rs redundant pointer casts 2023-11-18 22:48:00 +01:00
state.rs auto clippy fixes 2023-07-10 18:27:08 +02:00
string_literal.rs misc improvements 2024-03-26 16:38:09 +01:00
test_helpers.rs Give parser fuzzing some TLC 2022-12-11 08:39:52 -08:00
type_annotation.rs misc improvements 2024-03-26 16:38:09 +01:00