jamesrhester / Lerche.jl

A Julia port of the Lark parser
MIT License
45 stars 3 forks source link

Priority inversion doesn't work #32

Open jamesrhester opened 1 year ago

jamesrhester commented 1 year ago

This was noticed during work on #30. Because the relevant structure is immutable, and priority inversion is done after the structure is initialised, it fails.