mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-21 20:15:26 +00:00
parent
05fcfa8aa1
commit
ae122c6478
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
//! Take an AST and transform it into bytecode
|
||||
//!
|
||||
//! Inspirational code:
|
||||
//! https://github.com/python/cpython/blob/master/Python/compile.c
|
||||
//! https://github.com/python/cpython/blob/main/Python/compile.c
|
||||
//! https://github.com/micropython/micropython/blob/master/py/compile.c
|
||||
|
||||
use crate::ir::{self, CodeInfo};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue