Skip to content

3.2.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 15:32

2025-01-16: Version 3.2.2

Fix bug in IXML grammar where rule alias was lost for alternatives.

Explanation, given the rule:
myrule>myalias = 'alfa' | 'beta'.

If matched against 'alfa' then the produced rule was named myalias.
If matched against 'beta' then the produced rule was named myrule.
After bug-fix the produced rule is always myalias.