enso/app/gui/language
Kaz Wesley ce6c770fd7
Parse inline function signatures (#8470)
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.
2023-12-12 14:48:44 +00:00
..
ast Build script fixes & improvements (#8285) 2023-11-23 21:19:31 +01:00
parser Parse inline function signatures (#8470) 2023-12-12 14:48:44 +00:00
span-tree Add ArgumentInfo to infix argument (#7530) 2023-09-25 14:24:56 +00:00