Files
RustPython/docs/frameTODO.txt
2018-07-07 14:00:30 +02:00

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