enso/lib/rust/parser/debug
Kaz Wesley e8f3ad3979
Ensure parses of invalid inputs represent all tokens (#3860)
Ensure all tokens from the input are represented in trees resulting from invalid inputs--tests now cover every reachable code line that creates an `Invalid` node. (Also implemented stricter validation, mainly of `import`/`export` statements.)

See: https://www.pivotaltracker.com/story/show/183405907
2022-11-09 02:57:40 +00:00
..
LoadParser Parse the standard library (#3830) 2022-10-31 16:19:12 +00:00
src Parse case-by-type, add an old-lambda syntax rule (#3802) 2022-10-17 22:46:52 +00:00
tests Ensure parses of invalid inputs represent all tokens (#3860) 2022-11-09 02:57:40 +00:00
Cargo.toml Qualified defs (#3785) 2022-10-12 17:40:16 +00:00