On Sun, 2007-08-05 at 20:18 +0200, Hans Aberg wrote: > On 4 Aug 2007, at 04:46, tim wrote: > > > --no-parser would be quite useful to me. I want to use the parse > > tables > > in a lisp program. The less C code I have to filter out the better. > > It sounds you want to generate a LISP parser. Have you thought of > writing a skeleton file for generating LISP output, which might (some > day) be included in the Bison distribution? > > Hans Aberg
If that's feasible, it's probably what I will do. The alternatives would be to write my own parser generator, or trawl through the bison output. I've printed out the M4 manual so I can understand the skeletons. Tim Josling
