Expand description
Python 3.12 pipeline (lex / structural parse / AST ops). Python 3.12 structural frontend.
The frontend keeps the runtime path GPU-native: the lexer and every
structural extractor return vyre_foundation::ir::Program kernels over raw source
bytes. Tests may use host helpers for reference expectations, but the
shipping path never links a CPU parser.
Modulesยง
- lex
- Python byte lexer.
- parse
- Python structural extractors. Python structural extractors.
- source_
cache - Content-keyed pipeline Program cache. Content-keyed Python 3.12 pipeline Program cache.