enso/lib/rust/parser/debug/tests
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
..
metadata Ensure all spans have document offsets (#8039) 2023-10-19 12:36:42 +00:00
parse.rs Parse inline function signatures (#8470) 2023-12-12 14:48:44 +00:00