enso/lib/rust/parser/debug
Kaz Wesley 330612119a
Parse the standard library (#3830)
Fix bugs in `TreeToIr` (rewrite) and parser. Implement more undocumented features in parser. Emulate some old parser bugs and quirks for compatibility.

Changes in libs:
- Fix some bugs.
- Clean up some odd syntaxes that the old parser translates idiosyncratically.
- Constructors are now required to precede methods.

# Important Notes
Out of 221 files:
- 215 match the old parser
- 6 contain complex types the old parser is known not to handle correctly

So, compared to the old parser, the new parser parses 103% of files correctly.
2022-10-31 16:19:12 +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 Parse the standard library (#3830) 2022-10-31 16:19:12 +00:00
Cargo.toml Qualified defs (#3785) 2022-10-12 17:40:16 +00:00