mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-18 18:45:23 +00:00
Have a block-based IR for compiling, calculate max stack size
This commit is contained in:
parent
db041c0f6c
commit
596e338c51
3 changed files with 440 additions and 248 deletions
|
@ -7,5 +7,6 @@ extern crate log;
|
|||
|
||||
pub mod compile;
|
||||
pub mod error;
|
||||
pub mod ir;
|
||||
pub mod mode;
|
||||
pub mod symboltable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue