reorganize compiler crates

This commit is contained in:
Jeong YunWon 2022-08-22 04:02:00 +09:00
parent 3351b4408b
commit 060d153bb3
82 changed files with 12368 additions and 164 deletions

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

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