mirror of https://github.com/openqasm/openqasm.git
26 lines
511 B
YAML
26 lines
511 B
YAML
source: |
|
|
defcalgrammar 'openpulse';
|
|
defcalgrammar "openpulse";
|
|
defcalgrammar "001";
|
|
reference: |
|
|
program
|
|
statementOrScope
|
|
statement
|
|
calibrationGrammarStatement
|
|
defcalgrammar
|
|
'openpulse'
|
|
;
|
|
statementOrScope
|
|
statement
|
|
calibrationGrammarStatement
|
|
defcalgrammar
|
|
"openpulse"
|
|
;
|
|
statementOrScope
|
|
statement
|
|
calibrationGrammarStatement
|
|
defcalgrammar
|
|
"001"
|
|
;
|
|
<EOF>
|