roc/compiler/parse/src
2022-05-26 18:26:48 +02:00
..
ast.rs actually use the new parser 2022-05-26 15:32:04 +02:00
blankspace.rs Merge pull request #3088 from rtfeldman/fast-comment-simd 2022-05-21 22:39:25 -04:00
expr.rs use a loop {} instead of recursion to parse 2022-05-26 18:26:48 +02:00
header.rs make Str + Result work 2022-02-26 17:52:24 +01:00
ident.rs Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
keyword.rs add expect keyword 2021-04-22 21:17:09 +02:00
lib.rs extract state 2021-12-16 17:13:53 -08:00
module.rs actually use the new parser 2022-05-26 15:32:04 +02:00
number_literal.rs Parse and expand numeric bounds in canonicalization pass 2022-02-01 22:50:46 -05:00
parser.rs Revert "Detect outdents too far" 2022-04-14 10:47:20 -04:00
pattern.rs Replace references to "global tag" with "tag" 2022-04-25 17:04:34 -04:00
problems.rs s/CodePoint/CodePt/g 2021-08-07 21:46:20 -04:00
state.rs move colum state over 2022-05-16 21:39:57 +02:00
string_literal.rs fix escaped literals 2022-02-25 22:10:41 -08:00
test_helpers.rs parse toplevel defs into an SOA structure 2022-05-23 22:07:37 +02:00
type_annotation.rs Update to use new square brace formatting 2022-05-22 23:15:54 -04:00