Re: What do you use bison for?

2011-06-08 Thread Panayiotis Karabassis
and i am pretty > sure i seen a json parser created by using bison. > > What do you use bison for? I *do* use it to write my own programming language, sort of. Well it is an implementation of the programming language Tony (after Tony Hoare of quicksort fame), designed by my professor for a

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, f

Re: What do you use bison for?

2011-06-05 Thread Chris verBurg
for? I am writing my own > programming > > language with it and its insanely complex (hard to do) > > I kind of doubt many ppl are writing their own languages and i am pretty > > sure i seen a json parser created by using bison. > > > > What do you use bison for? > >

Re: What do you use bison for?

2011-06-04 Thread Philip Herron
ing > language with it and its insanely complex (hard to do) > I kind of doubt many ppl are writing their own languages and i am pretty > sure i seen a json parser created by using bison. > > What do you use bison for? > ___ > help-bison@gnu.o

What do you use bison for?

2011-06-04 Thread Adam Smalin
I was wondering what you guys use bison for? I am writing my own programming language with it and its insanely complex (hard to do) I kind of doubt many ppl are writing their own languages and i am pretty sure i seen a json parser created by using bison. What do you use bison for