forked from Rust-related/RustPython
14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
Create a frame class
|
|
change the environment to locals
|
|
turn run into run_code -> run_frame
|
|
|
|
TEST
|
|
|
|
Create a function class
|
|
implement MAKE_FUNCTION
|
|
implement CALL_FUNCTION
|
|
implement RETURN_VALUE
|
|
|
|
TEST function
|
|
|