Operators and punctuators

The lexical representation of a cQASM program includes a number of tokens that serve as operators and punctuators.

Grammar of operators and punctuators

operators-and-punctuators: one of
  ; : , . = [ ] ( )
  + - ~ !
  \*\* \* / %
  << >>
  > < >= <= == !=
  & ^ | && ^^ || ?