Matt Wette <[email protected]> writes:

> nyacc is an all-guile implementation of yacc and comes with a c99
> parser, available from www.nongnu.org. 
> The parser outputs parse trees in sxml format. It is beta-level code.
>
> Matt

Wow!  That covers a big chunk of the task, if I implement it from
scratch.  In fact, given I don't have to deal with typedefs and such for
doing something like Lua's FFI, it covers most of the task.

Thank you!

Taylan

Reply via email to