mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 22:31:29 +03:00
28daf14f75
- Special precedence rules for case-of so that `:` operator works without parens or nospace-grouping. - Support an old-lambda syntax: `x->x-> x`. According to the usual rules, the first nospace group would be parsed as an operator section. The expression now parses as a lambda that contains a lambda. - Match old parser treatment of # in doc comments. - Tweak precedence so (a : B = c) works. - Documented constructors. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |