softdevteam / lrpar

Rust LR parser
Other
1 stars 0 forks source link

state_actions can now only return TIdx, so we don't have to pattern match #59

Closed ltratt closed 6 years ago

ltratt commented 6 years ago

https://github.com/softdevteam/lrtable/pull/86 needs merging first.

This basically removes one if statement and dedents code accordingly. [The way GitHub shows the diff is idiosyncratic. We need diffract!]

ltratt commented 6 years ago

I've kicked the build so hopefully this will now pass.

snim2 commented 6 years ago

Looks fine to me, will merge when the tests pass.