When creating the parser, the following message is emitted. ``` WARNING: 3 reduce/reduce conflicts ``` This is not a fatal error; parsing still seems to work correctly, but it is not desirable. The SLY docs discuss what this means and how to address it.
When creating the parser, the following message is emitted.
This is not a fatal error; parsing still seems to work correctly, but it is not desirable.
The SLY docs discuss what this means and how to address it.