enso/lib/rust/parser
Kaz Wesley 0e412044f6
Macro contexts (#3792)
- Implement macro-contexts-lite (`from` is now only a keyword at the beginning of a line)
- Support special nospace-group handling for old lambdas (so expressions like this work: `x-> y-> x + y`)
- Fix a text-escape incompatibility

# Important Notes
- There is now an `OperatorFunction`, which is like a `Function` but has an operator for a name, and likewise an `OperatorTypeSignature`.
2022-10-13 22:47:02 +00:00
..
debug Macro contexts (#3792) 2022-10-13 22:47:02 +00:00
generate-java Build script merge (#3743) 2022-10-10 23:38:48 +02:00
jni Build script merge (#3743) 2022-10-10 23:38:48 +02:00
src Macro contexts (#3792) 2022-10-13 22:47:02 +00:00
Cargo.toml Parser: Parse UUIDs; implement comments in AST; implement type annotations and signatures; fix field names (#3653) 2022-09-03 03:15:27 +00:00