Language¶
The Python DSL as the compiler sees it.
| Page | What it covers |
|---|---|
| Python IR Syntax Specification | The full surface syntax — decorators, scopes, control flow, tasks and manual dependencies, directives |
| Integrating Hand-Written C++ Kernels | Calling an existing hand-written C++ InCore kernel from a PyPTO program |
See Also¶
- IR Parser — how this syntax becomes IR.
- Language Guide — the same language from a user's perspective.