rustpython-codegen 0.5.0

Compiler for python code into bytecode for the rustpython VM.
Documentation
1
2
3
4
5
6
7
8
9
---
source: crates/codegen/src/compile.rs
expression: "compile_exec_optimized(\"\\\nx = not True\n\")"
---
  1           0 RESUME               (0)
              1 LOAD_CONST           (False)
              2 STORE_NAME           (0, x)
              3 LOAD_CONST           (None)
              4 RETURN_VALUE