From: Hal Fulton Date: 2004-08-27T03:32:08+09:00 Subject: [OT] ripper and bison and yacc (oh, my) 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