Issue #50 AS1/2 function body deobfuscation bug

This commit is contained in:
Jindra Pet��k
2013-03-31 19:26:37 +02:00
parent be106cc34b
commit 3472cc79d2
30 changed files with 474 additions and 821 deletions
@@ -175,6 +175,8 @@ public class ActionPush extends Action {
} else {
break loop;
}
case ParsedSymbol.TYPE_COMMENT:
break;
default:
throw new ParseException("Arguments expected", lexer.yyline());