mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 06:06:17 +00:00
updated graphviz exporter
This commit is contained in:
@@ -100,7 +100,7 @@ ExceptionTarget = "exceptiontarget "{PositiveNumberLiteral}":"
|
||||
}
|
||||
|
||||
|
||||
{Label} {return token(TokenType.IDENTIFIER,yychar,yylength()); }
|
||||
{Label} {return token(TokenType.IDENTIFIER); }
|
||||
":" {return token(TokenType.OPERATOR);}
|
||||
|
||||
|
||||
@@ -127,6 +127,7 @@ ExceptionTarget = "exceptiontarget "{PositiveNumberLiteral}":"
|
||||
/* identifiers */
|
||||
{InstructionName} { yybegin(PARAMETERS);
|
||||
return token(TokenType.KEYWORD); }
|
||||
{LineTerminator} {return token(TokenType.NEWLINE);}
|
||||
{Comment} {return token(TokenType.COMMENT);}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user