Thanks, it's been a great learning experience. In truth this is a perfect example of standing on the shoulders of giants. I used Silex and the lalr module (system base lalr). So far my approach has been to try and absorb what's going on in the ecmascript compiler and apply the same practices for the PHP one. There is a lot of work still to be done, looking forward to continuing on it.
Jon ----- Original Message ---- From: No Itisnt <theseaisinh...@gmail.com> To: Jon Herron <jon.her...@yahoo.com> Cc: guile-devel@gnu.org Sent: Mon, April 12, 2010 10:32:25 PM Subject: Re: Hosting for Guile-PHP I have nothing to add except that's very impressive. Did you use any lexer/parser generators?