Documentation
Guides, API references, and troubleshooting for the Pyvorin platform.
Filtered by intermediate — Clear filter
Tagged compiler — Clear filter
architecture
intermediate
AST Analysis Phase
The first gate in the Pyvorin pipeline: what the AST walk looks for, what disqualifies a function, and how support tiers are assigned.
architecture
intermediate
Compiler Pipeline Overview
How Pyvorin turns a Python function into native machine code — every stage from parsing to the wrapper that makes the result callable.
edge
intermediate
Writing Compiler-Friendly Python for Pyvorin Edge
Patterns that compile well on the edge device: stable types, simple control flow, and the habits that force the compiler to bail out.
12 min read