What does ".tab" mean?

2017-03-28 Thread Gabriel Czernikier
Also, if the version of Bison you have allows it, with the directives: %output "file" and %file-prefix "prefix" For how to use this, see Bison Manual for version 3.0.4, section 3.7.12 "Bison Declaration Summary", installed in your system with Bison, and available in the website. Regards _

Re: What does ".tab" mean?

2017-03-28 Thread Alfonso Urdaneta
Hi Laura, On 3/28/17 10:59 AM, Laura Morales wrote: When I run Bison to generate the parser (.c and .h files), the new files have extensions ".tab.c" and ".tab.h". What's the meaning of this ".tab" thing and how can tell Bison not to append it? It's just what the files are called by convention

What does ".tab" mean?

2017-03-28 Thread Laura Morales
When I run Bison to generate the parser (.c and .h files), the new files have extensions ".tab.c" and ".tab.h". What's the meaning of this ".tab" thing and how can tell Bison not to append it? ___ help-bison@gnu.org https://lists.gnu.org/mailman/listin