mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 19:31:36 +03:00
ce6c770fd7
Implements #6166. # Important Notes - More consistent handling of `default` arguments. `default` is a valid identifier, and only has special meaning when it isn't bound in scope. Since distinguishing the builtin `default` from an identifier called `default` cannot be done until alias analysis has been performed, `default` is now represented in the AST as a regular identifier. - `TreeToIr`: Remove `insideTypeAscription`. It was only used for bug-for-bug compatibility with the old parser during the transition. |
||
---|---|---|
.. | ||
ast | ||
parser | ||
span-tree |