Explorar el Código

Conflict resolution

pull/15/head
mtardy hace 4 años
padre
commit
07d1456630
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. +0
    -5
      parse.leg

+ 0
- 5
parse.leg Ver fichero

@ -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));

Cargando…
Cancelar
Guardar