8 lines
167 B
Python
8 lines
167 B
Python
|
|
"""Top-level package for Nyash Python backends.
|
||
|
|
|
||
|
|
Subpackages:
|
||
|
|
- pyvm: Python MIR interpreter (PyVM)
|
||
|
|
- instructions/*: llvmlite lowering helpers (AOT harness)
|
||
|
|
"""
|
||
|
|
|