mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-15 17:15:24 +00:00
Make peephole optimizer a stream processor
This commit is contained in:
parent
8d1da0920d
commit
e9ad1f64ee
5 changed files with 195 additions and 86 deletions
|
@ -9,3 +9,5 @@ extern crate log;
|
|||
pub mod compile;
|
||||
pub mod error;
|
||||
pub mod symboltable;
|
||||
pub mod output_stream;
|
||||
pub mod peephole;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue