Browse Source

Conflict resolution

pull/15/head
mtardy 4 years ago
parent
commit
07d1456630
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      parse.leg

+ 0
- 5
parse.leg View File

@ -1618,11 +1618,6 @@ oop eval(oop scope, oop ast)
BINARY(Bitor, | );
BINARY(Bitxor, ^ );
BINARY(Bitand, & );
<<<<<<< HEAD
=======
// BINARY(Equal, ==);
// BINARY(Noteq, !=);
>>>>>>> master
case t_Equal: {
oop lhs = eval(scope, map_get(ast, lhs_symbol));
oop rhs = eval(scope, map_get(ast, rhs_symbol));

Loading…
Cancel
Save