On Fri, 10 Oct 2008, Rob Kendrick wrote:
On Fri, 10 Oct 2008 09:21:11 -0400 [EMAIL PROTECTED] wrote:As I said, it's a single C source file, and a runtime data file. To compile it; cc -o lemon lemon.c That's it. The lempar.c file is used as a "template" for the generated code. I seem to recall that you can either install this in a location and modify lemon.c to find it, or simply putting it in the same directory as our parser's source.
Correct. See Docs/BUILDING-GTK for some instructions on how to do this. J.
