python compile with multiple functions
(edit: simpler example with functions)
I’m having trouble compiling a python AST with functions that call each other. A minimal example:
python compile with embedded classes
I’m having trouble compiling a python AST with functions that need to refer to classes. A minimal example: