flasm3 comments

This commit is contained in:
Jindra Petk
2013-03-20 21:59:54 +01:00
parent c4f59ec2a2
commit 9da95ef61c

View File

@@ -104,6 +104,7 @@ ExceptionTarget = "exceptiontarget "{PositiveNumberLiteral}":"
/* identifiers */
{InstructionName} { yybegin(PARAMETERS);
return token(TokenType.KEYWORD); }
{Comment} {return token(TokenType.COMMENT);}
}
<PARAMETERS> {