Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lpapailiou committed Jul 3, 2021
1 parent 902e251 commit da8432e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>fac</groupId>
<artifactId>fac</artifactId>
<version>2.3.4</version>
<version>2.3.5</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public String getParseTree() {
appendIdentifier(out, identifier, 1);
appendLine(out, "AssignmentOperator", 1);
appendBinOp(out, op, 2);
appendBinOp(out, BinaryOperator.EQUAL, 1);
evaluateExpression(out, value, 1);
appendKeyword(out, Keyword.STOP, 1);
return out.toString();
Expand Down

0 comments on commit da8432e

Please sign in to comment.