Skip to content

Commit aff30dc

Browse files
author
Colin Robertson
committed
Tweak MASM BNF grammar
1 parent 1a8ccca commit aff30dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assembler/masm/masm-bnf-grammar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The BNF grammar allows recursive definitions. For example, the grammar uses qual
8181

8282
*`blockStatements`*\
8383
  *`directiveList`*\
84-
  | **`.CONTINUE`** **`.IF`** *`cExpr`*\
84+
  | **`.CONTINUE`** **`.IF`** *`cExpr`*\
8585
  | **`.BREAK`****`.IF`** *`cExpr`*
8686

8787
*`bool`*\

0 commit comments

Comments
 (0)