mirror of
https://github.com/RustPython/Parser.git
synced 2025-12-23 05:07:02 +00:00
No description
Because the ‘with’ item grammar disallows named expressions, CPython parses ‘with (a := 0, b := 1):’ as a tuple rather than two ‘with’ items. Signed-off-by: Anders Kaseorg <andersk@mit.edu> |
||
|---|---|---|
| ast | ||
| codegen | ||
| core | ||
| parser | ||
| src | ||
| Cargo.toml | ||