Re: What do you use bison for?

2011-06-05 Thread Rui Maciel
On 06/04/2011 01:00 PM, Adam Smalin wrote: What do you use bison for? I've used bison to develop a parser for a small, ASCII-based file format. I've also developed a JSON parser (two, actually) and, for that purpose, the thought of using Bison never crossed my mind. In fact, for simple langu

Re: What do you use bison for?

2011-06-05 Thread Chris verBurg
I use flex/bison mainly for creating data-file parsers, such as LEF, DEF, verilog, and liberty files, and the occasional custom file format. I still have yet to use them to parse a programming language. :) -Chris On Sat, Jun 4, 2011 at 8:46 AM, Philip Herron wrote: > Well i am working on my