User Guide
Examples
Architecture
API Reference
Converters for integer casting nodes.
Bases: Base
Base
Initialize the transformer.
Subclasses should call this.
ctx – A Context object.
Converts type casting operations to their AutoQASM counterpart.
node (ast.stmt) – AST node to transform.
ast.stmt – Transformed node.
Transform int cast nodes.
ctx (ag_ctx.ControlStatusCtx) – Transformer context.