teo-tsirpanis / Farkle

LALR parser combinators for C# and F#.
https://teo-tsirpanis.github.io/Farkle/
MIT License
91 stars 6 forks source link

Give lower priority to noise symbols in the DFA builder. #264

Closed teo-tsirpanis closed 2 months ago

teo-tsirpanis commented 3 months ago

And furthermore, conflicts between two noise symbols don't have to fail; they can be resolved to whatever symbol was added first.