Skip to content

Commit 5726a2a

Browse files
authored
Merge pull request #14 from braised-babbage/optional-scalar-type-for-complex
Make scalar type optional for complex
2 parents 102312d + 5197b07 commit 5726a2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/grammar/openpulseParser.g4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ scalarType:
5050
| BOOL
5151
| DURATION
5252
| STRETCH
53-
| COMPLEX LBRACKET scalarType RBRACKET
53+
| COMPLEX (LBRACKET scalarType RBRACKET)?
5454
| WAVEFORM
5555
| PORT
5656
| FRAME

0 commit comments

Comments
 (0)