oerc0122/QASMParser

While loop

Closed this issue · 0 comments

Add while loops with syntax:

while ( BOOL ) {
BODY
}