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