Skip to content
  • Leon Arnott's avatar
    Fixed the arithmetic operators being right-associative instead of... · e189559b03da
    Leon Arnott authored
    Fixed the arithmetic operators being right-associative instead of left-associative, and gave unary + and - the correct precedence.
    
    This required some non-trivial wrangling with the compiler, especially regarding the unary + and -, so I hope the tests are enough to guarantee stability.
    
    Also fixed some JSHint errors in the previous commit. Closes #138. Closes #149.
    e189559b03da