Module reserved

Source
Expand description

This module contains enums for reserved tokens in quil

Structs§

NotReservedToken

Enums§

Command
DataType
KeywordToken
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
ReservedConstant
Every reserved constant
ReservedGate
Every reserved Gate identifier
ReservedToken
An enum that can represent any reserved token in quil.