Make peephole optimizer a stream processor

This commit is contained in:
coolreader18 2019-08-03 22:02:29 -05:00
parent 8d1da0920d
commit e9ad1f64ee
5 changed files with 195 additions and 86 deletions

View file

@ -9,3 +9,5 @@ extern crate log;
pub mod compile;
pub mod error;
pub mod symboltable;
pub mod output_stream;
pub mod peephole;