mirror of
https://github.com/RustPython/Parser.git
synced 2025-09-06 02:21:27 +00:00
reorganize compiler crates
This commit is contained in:
parent
ffacac05bb
commit
53c48bf6b9
66 changed files with 12079 additions and 152 deletions
3
parser/src/python.rs
Normal file
3
parser/src/python.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
#![allow(clippy::all)]
|
||||
#![allow(unused)]
|
||||
include!("../python.rs");
|
Loading…
Add table
Add a link
Reference in a new issue