[Snek] [keith-packard/snek] 0effb0: Invert precedence of bitwise and (&) and xor (^) o...

Keith Packard noreply at github.com
Mon Mar 29 14:34:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/keith-packard/snek
  Commit: 0effb00481cdb0a83a418b7cc848f4b9ce1aabdc
      https://github.com/keith-packard/snek/commit/0effb00481cdb0a83a418b7cc848f4b9ce1aabdc
  Author: Keith Packard <keithp at keithp.com>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
    M snek-gram.ll

  Log Message:
  -----------
  Invert precedence of bitwise and (&) and xor (^) operators

Python makes bitwise xor lower precedence than bitwise and

Signed-off-by: Keith Packard <keithp at keithp.com>




More information about the Snek mailing list