mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-30 15:18: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 | ||
core | ||
parser | ||
Cargo.toml |