mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-15 17:15:24 +00:00
Split off bytecode compilation into a separate crate
This commit is contained in:
commit
064919348d
6 changed files with 2995 additions and 0 deletions
7
src/lib.rs
Normal file
7
src/lib.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
pub mod bytecode;
|
||||
pub mod compile;
|
||||
pub mod error;
|
||||
mod symboltable;
|
Loading…
Add table
Add a link
Reference in a new issue