Skip to content

Commit

Permalink
Issue #1693: activate NN and add integer arithmetic in simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
bjost2s committed Oct 14, 2024
1 parent e4313e1 commit 0204f2c
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public final Void visitUnary(Unary unary) {
}

@Override
public final Void visitBinary(Binary binary) {
public Void visitBinary(Binary binary) {
switch ( binary.op ) {
case AND:
case OR:
Expand Down
Loading

0 comments on commit 0204f2c

Please sign in to comment.