softdevteam / grmtools

Rust grammar tool libraries and binaries
Other
494 stars 32 forks source link

Better %epp error #419

Closed ltratt closed 10 months ago

ltratt commented 10 months ago

Changes:

t.y: [Error] Unknown token 'DIGIT' in %epp declaration at line 1 column 1

into:

t.y: [Error] Token 'DIGIT' in %epp declaration is not referenced in the grammar at line 4 column 6

Fixes https://github.com/softdevteam/grmtools/issues/418.

ratmice commented 10 months ago

This looks good to me.

bors r+

bors[bot] commented 10 months ago

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here. For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.