mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 07:21:34 +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. |
||
---|---|---|
.. | ||
automata | ||
callback | ||
code-builder | ||
config-reader | ||
data-structures | ||
debug-api | ||
ensogl | ||
frp | ||
fuzzly | ||
generics | ||
json-rpc | ||
launcher-shims | ||
logger | ||
macro-utils | ||
metamodel | ||
optics | ||
parser | ||
prelude | ||
profiler | ||
reflect | ||
shapely | ||
shortcuts | ||
text | ||
types | ||
web |