roc/crates/compiler/parse/src
Joshua Warner 0da50a612d
Be more lenient with required indentation in collections
... and also remove a bunch of now-dead errors that can't be triggered.
2023-01-01 17:49:51 -08:00
..
ast.rs add as for list rest patterns 2022-12-30 23:17:29 +01:00
blankspace.rs Be more lenient with required indentation in collections 2023-01-01 17:49:51 -08:00
expr.rs Be more lenient with required indentation in collections 2023-01-01 17:49:51 -08:00
header.rs Support generating docs for packages too 2022-12-24 22:32:14 -05:00
ident.rs Refactor collections 2022-11-26 09:55:54 -08:00
keyword.rs Fix kw list 2022-11-24 14:48:39 -06:00
lib.rs correct formatting and removed duplicate image 2022-11-03 20:02:10 +11:00
module.rs Be more lenient with required indentation in collections 2023-01-01 17:49:51 -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 Be more lenient with required indentation in collections 2023-01-01 17:49:51 -08:00
pattern.rs Be more lenient with required indentation in collections 2023-01-01 17:49:51 -08:00
problems.rs moved all crates into seperate folder + related path fixes 2022-07-01 17:37:43 +02:00
state.rs Give parser fuzzing some TLC 2022-12-11 08:39:52 -08:00
string_literal.rs Refactor parser methods to not return State as part of ParseError 2022-11-18 19:52:23 -05:00
test_helpers.rs Give parser fuzzing some TLC 2022-12-11 08:39:52 -08:00
type_annotation.rs Be more lenient with required indentation in collections 2023-01-01 17:49:51 -08:00