app.openqasm3.ast ================= .. py:module:: app.openqasm3.ast .. autoapi-nested-parse:: Leqo-backend specific extensions of the abstract syntax tree. * Added support for comments using :class:`~app.openqasm3.ast.CommentStatement` Module Contents --------------- .. py:class:: CommentStatement Simple qasm statement representing a block comment. Output: `/* {comment} */`