enso/lib/rust/metamodel/lexpr
Kaz Wesley a1db36b57c
Support mixed constructors/bindings in types (#3870)
Libraries: Revert changes that were necessitated by a new rule we have decided not to introduce.

Parser:
- Support mixed constructors/bindings in types.
- Disallow zero-length hex sequences in character escapes: `\x`, `\u`, `\u{}`, `\U`, `\U{}` are no longer legal synonyms for `\0` (matches old parser behavior).
2022-11-14 20:24:07 +00:00
..
src Support mixed constructors/bindings in types (#3870) 2022-11-14 20:24:07 +00:00
Cargo.toml Simple assignments and function definitions (#3572) 2022-07-07 22:31:00 +00:00