mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 19:08:19 +00:00
flasm3 comments
This commit is contained in:
@@ -104,6 +104,7 @@ ExceptionTarget = "exceptiontarget "{PositiveNumberLiteral}":"
|
||||
/* identifiers */
|
||||
{InstructionName} { yybegin(PARAMETERS);
|
||||
return token(TokenType.KEYWORD); }
|
||||
{Comment} {return token(TokenType.COMMENT);}
|
||||
}
|
||||
|
||||
<PARAMETERS> {
|
||||
|
||||
Reference in New Issue
Block a user