mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-29 14:54:56 +00:00
rustpython-bytecode -> rustpython-compiler-core
This commit is contained in:
parent
acde8bb625
commit
c16e650071
7 changed files with 18 additions and 16 deletions
8
core/src/lib.rs
Normal file
8
core/src/lib.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
#![doc(html_logo_url = "https://raw.githubusercontent.com/RustPython/RustPython/main/logo.png")]
|
||||
#![doc(html_root_url = "https://docs.rs/rustpython-compiler-core/")]
|
||||
|
||||
pub mod bytecode;
|
||||
mod mode;
|
||||
|
||||
pub use bytecode::*;
|
||||
pub use mode::Mode;
|
Loading…
Add table
Add a link
Reference in a new issue