Re: --no-parser options

2007-08-06 Thread Satya
On 8/5/07, Joel E. Denny <[EMAIL PROTECTED]> wrote: > On Sun, 5 Aug 2007, 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. > > > > > > Unfortunately, it looks like almost no imple

Re: --no-parser options

2007-08-06 Thread Hans Aberg
On 6 Aug 2007, at 12:19, 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,

Re: --no-parser options

2007-08-06 Thread tim
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.