mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-26 06:24:29 +00:00
Add support for match statements to parser
This commit is contained in:
parent
4bdc2d47c1
commit
2b43d45bd5
8 changed files with 10815 additions and 4 deletions
|
@ -131,4 +131,5 @@ mod string;
|
|||
#[rustfmt::skip]
|
||||
mod python;
|
||||
mod context;
|
||||
mod soft_keywords;
|
||||
pub mod token;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue