LibCST/native
Steven Troxler 1337022770
[WIP] Support Parenthesized With Statements (#584)
On the python side, we can add parentheses from MaybeSentinel.DEFAULT if the whitespace requires it.

On the rust side, we support the new grammar but codegen will only add explicitly included parentheses for now - it should be possible to match python behavior but it's not urgent so I've left a TODO
2022-01-07 12:21:58 -08:00
..
libcst [WIP] Support Parenthesized With Statements (#584) 2022-01-07 12:21:58 -08:00
libcst_derive Fix license headers (#560) 2021-12-28 11:55:18 +00:00
Cargo.lock pin to git rev (#587) 2022-01-06 15:56:14 +00:00
Cargo.toml Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00
roundtrip.sh Implement a Python PEG parser in Rust (#566) 2021-12-21 18:14:39 +00:00