You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.
Radu Mereuta edited this page Nov 16, 2015
·
8 revisions
Since we have a new implementation now, based on completely different data structures, we have to take advantage and rethink some of the parsing steps we used in SDF to parse rules.
In the light of some recent bug reports, a few problems have emerged that we haven't really tackled in the old implementation:
Unique labels: #1839
Unrelated productions which had the same klabel, collided in the priority/associativity filter. We decided that we want to specify priorities external of blocks of syntax, by specifying tags or klabels: syntax priority '_*_ > '_+_. This ended up simplifying the KORE implementation but leaving out this small detail of having unique labels triggered some recurring bugs.