ml_switcheroo.compiler.backends.rdna.emitter ============================================ .. py:module:: ml_switcheroo.compiler.backends.rdna.emitter .. autoapi-nested-parse:: RDNA Emitter (Backend). Converts RDNA AST nodes into formatted assembly text. Classes ------- .. autoapisummary:: ml_switcheroo.compiler.backends.rdna.emitter.RdnaEmitter Module Contents --------------- .. py:class:: RdnaEmitter Converts RDNA AST nodes into textual assembly code. .. py:method:: emit(nodes: List[ml_switcheroo.compiler.frontends.rdna.nodes.RdnaNode]) -> str Generates the RDNA source string from a list of nodes.