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

Keith Packard noreply at github.com
Mon Mar 29 15:20:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/keith-packard/snek
  Commit: 4eab0a09988136524557238da8f24d7e2d149b18
      https://github.com/keith-packard/snek/commit/4eab0a09988136524557238da8f24d7e2d149b18
  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