enso/test/Visualization_Tests/src
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
..
Geo_Map_Spec.enso Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Helpers_Spec.enso Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Helpers.enso Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Histogram_Spec.enso Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Id_Spec.enso Parse the standard library (#3830) 2022-10-31 16:19:12 +00:00
Main.enso Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Scatter_Plot_Spec.enso Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
SQL_Spec.enso Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Table_Spec.enso Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00
Visualization_Spec.enso Tidy up the remaining ones except Base... (#3797) 2022-10-17 11:27:27 +00:00