roc/compiler/parse/src
Richard Feldman a4b0bdc679 Fix parsing bug in accessor functions
(They weren't advancing the state by 1, because the state
advancement was relying on part_buf - which was empty
in the case of accessor functions due to having only parsed
the dot so far.)
2020-07-23 21:37:03 -04:00
..
ast.rs optional fields improvements 2020-07-21 15:25:21 +02:00
blankspace.rs Ignore carriage returns 2020-06-16 23:04:00 -04:00
expr.rs parse default optional expressions in pattern matches 2020-07-20 00:52:16 +02:00
header.rs Use workspaces and move everything into compiler/ 2020-03-05 17:45:52 -05:00
ident.rs Fix parsing bug in accessor functions 2020-07-23 21:37:03 -04:00
keyword.rs Use workspaces and move everything into compiler/ 2020-03-05 17:45:52 -05:00
lib.rs Move parse::operator into module::operator 2020-05-01 21:58:53 -04:00
module.rs Parse app module headers. 2020-04-15 07:06:11 -04:00
number_literal.rs Plain number literals (e.g. 5) are now Num * 2020-03-10 22:27:13 -04:00
parser.rs Introduce optional record fields 2020-07-18 12:31:17 -04:00
pattern.rs Move constrain and its deps into their own crates 2020-03-06 01:43:39 -05:00
problems.rs Use workspaces and move everything into compiler/ 2020-03-05 17:45:52 -05:00
string_literal.rs Use workspaces and move everything into compiler/ 2020-03-05 17:45:52 -05:00
type_annotation.rs Use workspaces and move everything into compiler/ 2020-03-05 17:45:52 -05:00