Skip to content

Commit 5197b07

Browse files
make scalar type optional for complex
1 parent 102312d commit 5197b07

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)