mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-15 17:15:24 +00:00
Update compiler to output codeobj.constants, use insta for snapshot testing
This commit is contained in:
parent
6d0978226e
commit
ebee651a12
10 changed files with 535 additions and 534 deletions
|
@ -9,6 +9,4 @@ extern crate log;
|
|||
pub mod compile;
|
||||
pub mod error;
|
||||
pub mod mode;
|
||||
pub(crate) mod output_stream;
|
||||
pub mod peephole;
|
||||
pub mod symboltable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue