reorganize compiler crates

This commit is contained in:
Jeong YunWon 2022-08-22 04:02:00 +09:00
parent ffacac05bb
commit 53c48bf6b9
66 changed files with 12079 additions and 152 deletions

3
parser/src/python.rs Normal file
View file

@ -0,0 +1,3 @@
#![allow(clippy::all)]
#![allow(unused)]
include!("../python.rs");