enso/distribution/lib/Standard
Kaz Wesley 44a031f9f0
Parser: Full constructor syntax for type definitions; Field syntax; Complex operator sections; Template functions; Text improvements; Operator methods; eliminate Unsupported; better ArgumentDefinitions (#3716)
I believe all parse failures remaining after these changes are because the new parser is intentionally stricter about some things. I'll be reviewing those failures and opening a bug to change the library/tests code.

Implements:
- https://www.pivotaltracker.com/story/show/182941610: full type def syntax
- https://www.pivotaltracker.com/story/show/182497490: field syntax
- https://www.pivotaltracker.com/story/show/182497395: complex operator sections
- https://www.pivotaltracker.com/story/show/182497236: template functions
- `codeRepr` without leading whitespace
- text literals: interpret escape sequences in lexer
- the multiline text-literal left-trim algorithm
- type operator-methods
- the `<=` operator is no longer treated as a modifier
- https://www.pivotaltracker.com/story/show/183315038: eliminate Unsupported
- use ArgumentDefinition for type constructor arguments
- more detailed ArgumentDefinition type
2022-10-05 04:45:31 +00:00
..
Base/0.0.0-dev Fix Warnings visualization (#3754) 2022-10-04 17:27:13 +00:00
Database/0.0.0-dev Adding a shorthand for the Table API until widgets available (#3753) 2022-10-04 11:37:14 +00:00
Examples/0.0.0-dev Wip/mk/statics (#3740) 2022-09-27 14:23:06 +00:00
Geo/0.0.0-dev Wip/mk/statics (#3740) 2022-09-27 14:23:06 +00:00
Google_Api/0.0.0-dev Explicit self (#3569) 2022-07-27 17:45:36 +00:00
Image/0.0.0-dev By-type pattern matching (#3742) 2022-10-04 09:23:58 +00:00
Searcher/0.0.0-dev Restructure File.read into the new design (#3701) 2022-09-15 14:48:46 +00:00
Table/0.0.0-dev Parser: Full constructor syntax for type definitions; Field syntax; Complex operator sections; Template functions; Text improvements; Operator methods; eliminate Unsupported; better ArgumentDefinitions (#3716) 2022-10-05 04:45:31 +00:00
Test/0.0.0-dev Parser: Full constructor syntax for type definitions; Field syntax; Complex operator sections; Template functions; Text improvements; Operator methods; eliminate Unsupported; better ArgumentDefinitions (#3716) 2022-10-05 04:45:31 +00:00
Visualization/0.0.0-dev By-type pattern matching (#3742) 2022-10-04 09:23:58 +00:00