On Fri, 27 Aug 2004, Hal Fulton wrote: > I was playing with ripper and I found it documented that it > requires bison (because of %pure_parser and thread safety issues > which I don't really understand). > > I'm wondering: What's involved in getting bison to generate a > language other than C? Is it just a matter of providing a > "skeleton" file, or is there much more to it? > > Thanks for any clues... > > Hal you need a bnf for the language and a scanner to give tokens from that bnf (yacc). regards. -a -- =============================================================================== | EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov | PHONE :: 303.497.6469 | A flower falls, even though we love it; | and a weed grows, even though we do not love it. | --Dogen ===============================================================================