Anders Kaseorg
052dee72b8
Parse Python 3.9+ parenthesized context managers
...
Since the upstream grammar for this is not LR(1), we abuse LALRPOP
macros and the Into/TryInto traits to build a cover grammar that
converts to either tuples or `with` items after additional validation.
It’s annoying and ugly, but something like this is basically our only
option short of switching to a more powerful parser algorithm.
Fixes #4145 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu >
2022-12-12 00:47:33 -08:00
..
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-17 15:20:33 -04:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-08-21 19:20:23 -04:00
2022-11-07 12:24:14 -05:00
2022-10-27 03:09:38 +09:00
2022-11-07 12:24:14 -05:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-12-04 05:59:51 +09:00
2022-12-04 05:59:51 +09:00
2022-10-26 21:30:51 +02:00
2022-10-27 03:09:38 +09:00
2022-11-07 12:24:14 -05:00
2022-08-22 04:42:42 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-26 21:30:51 +02:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-26 21:30:51 +02:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-10-27 03:09:38 +09:00
2022-12-10 18:45:36 +09:00
2022-12-10 18:45:36 +09:00
2022-12-10 18:45:36 +09:00
2022-12-10 18:09:26 +09:00
2022-10-27 03:09:38 +09:00
2022-12-10 18:45:36 +09:00
2022-12-10 18:45:36 +09:00
2022-12-10 18:09:26 +09:00
2022-12-10 18:09:26 +09:00
2022-12-12 00:47:33 -08:00