skvadrik / re2c

Lexer generator for C, C++, Go and Rust.
https://re2c.org
Other
1.06k stars 169 forks source link

Document -Wnondeterministic-tags #443

Closed jvoisin closed 1 year ago

jvoisin commented 1 year ago

Currently, -Wnondeterministic-tags isn't documented on https://re2c.org/manual/warnings/warnings.html

skvadrik commented 1 year ago

Here's the updated documentation: https://re2c.org/manual/warnings/warnings.html#wnondeterministic-tags (please reopen if you think it needs further changes). I also noticed that there was no link to the warnings page so I added one on top of the Warnings manual section.