inducer / pymbolic

A simple package to do symbolic math (focus on code gen and DSLs)

Home Page:http://mathema.tician.de/software/pymbolic

Repository from Github https://github.cominducer/pymbolicRepository from Github https://github.cominducer/pymbolic

[Parser] Incorrect if-else precedence

kaushikcfd opened this issue · comments

In [11]: parse("10 if x or y else 20")

raises:

ParseError: else expected, or found instead at index 8: ...or y else 20...