I am working on a grammar and I keep getting this warning "warning: trying to write code to binary file". I am using latest version v1.30 and python binding.
I found out that the problem with these warnings was because I had errors in my grammar and I had forgotten to add quotes around [ ] in some cases. Like [ example_non_terminal ]. It was taking example_non_terminal as a character set. A number of these were caused by similar mistakes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found out that the problem with these warnings was because I had errors in my grammar and I had forgotten to add quotes around [ ] in some cases. Like [ example_non_terminal ]. It was taking example_non_terminal as a character set. A number of these were caused by similar mistakes.