Skip to content

Commit

Permalink
UPDATE - xlm grammar to handle multi formulas issue #80
Browse files Browse the repository at this point in the history
  • Loading branch information
DissectMalware committed Apr 8, 2021
1 parent 2f1894a commit bc5fb27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion XLMMacroDeobfuscator/xlm-macro.lark.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
start: "=" expression
start: statements
statements: "=" expression | "=" expression statements
function_call: [NAME|STRING] L_PRA arglist R_PRA | cell L_PRA arglist R_PRA | defined_name L_PRA arglist R_PRA | function_call L_PRA arglist R_PRA
arglist: (argument LIST_SEPARATOR)* argument
argument: expression |
Expand Down

0 comments on commit bc5fb27

Please sign in to comment.