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: Archive of grammars

2017-03-28 Thread Hans Ã…berg
> On 28 Mar 2017, at 01:20, Laura Morales wrote: > > Is there somewhere an archive of readily-available grammars that I can reuse > instead of re-writing them from scratch? For example grammars to build > parsers for csv, tsv, ini, json, yaml, c, javascript, java xml, etc.? The archive is pro

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

Archive of grammars

2017-03-28 Thread Laura Morales
Is there somewhere an archive of readily-available grammars that I can reuse instead of re-writing them from scratch? For example grammars to build parsers for csv, tsv, ini, json, yaml, c, javascript, java xml, etc.? ___ help-bison@gnu.org https://lis