enso/lib/rust/parser/debug
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
..
LoadParser Parse the standard library (#3830) 2022-10-31 16:19:12 +00:00
src Parse case-by-type, add an old-lambda syntax rule (#3802) 2022-10-17 22:46:52 +00:00
tests Support mixed constructors/bindings in types (#3870) 2022-11-14 20:24:07 +00:00
Cargo.toml Qualified defs (#3785) 2022-10-12 17:40:16 +00:00