Expand description
This module contains enums for reserved tokens in quil
Structs§
Enums§
- Command
- Data
Type - Keyword
Token - The subset of [
Token
]s which (a) do not have arguments and (b) are keywords. Used to ensure that keyword-checking remains in sync with the definition of [Token
]. - Modifier
- Reserved
Constant - Every reserved constant
- Reserved
Gate - Every reserved Gate identifier
- Reserved
Token - An enum that can represent any reserved token in quil.