jamesrhester / Lerche.jl

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

Improve rule definitions using ideas in ConferenceCall.jl #4

Closed jamesrhester closed 3 years ago

jamesrhester commented 4 years ago

https://github.com/cstjean/ConferenceCall.jl/blob/master/src/ConferenceCall.jl contains what looks like a somewhat more elegant way to manage rules.

jamesrhester commented 3 years ago

New approach to rules uses Value type parameters and multiple dispatch, is relatively easy to understand. Not needed.