• Igor Dejanovic's avatar
    Bugfix in parser creation from peg description · 94958f52
    Igor Dejanovic authored
    Rules that consists of just a crossref to another rules were resolving
    as a terminal rule down the chain. This fix will make a new rule as
    a clone of the last rule down the chain but under a original rule name.
    94958f52
peg.py 7.79 KB