Unit testing in Bison #66
maifeeulasad
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bison is an awesome tool to build a complete compiler. But when doing semantic analysis, it is necessary to check if the grammar is working correctly or not. So is there any unit tool to check grammar ?
As far as I looked for, there is no unit testing tool for bison.
Beta Was this translation helpful? Give feedback.
All reactions