ics-jku / wal

WAL enables programmable waveform analysis.
https://wal-lang.org
BSD 3-Clause "New" or "Revised" License
116 stars 18 forks source link

ACTUALLY fixed the precedence rules this time #10

Closed FRoith closed 1 year ago

FRoith commented 1 year ago

Addresses #2, where a non-precise grammar caused non-deterministic (and incorrect) parsing behavior.

Previous pull request was thought to fix the issue due to faulty tests, but this time it actually fixed the issue correctly as far as I can tell.