Hey Zed, any chance you mind sharing the grammar file you use with lemon to create the parser? I''ve been meaning to sit down and learn how to use one of those things. If not, any suggestions on a good resource for learning how to use a LALR parser?
On 8/25/06, snacktime <snacktime at gmail.com> wrote:> > Hey Zed, any chance you mind sharing the grammar file you use with > lemon to create the parser? I''ve been meaning to sit down and learn > how to use one of those things. If not, any suggestions on a good > resource for learning how to use a LALR parser?The Ragel grammar is ext/http11/http11_parser.rl Lighttpd uses Lemon. jeremy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060825/59a6d413/attachment.html
On 8/25/06, Jeremy Kemper <jeremy at bitsweat.net> wrote:> On 8/25/06, snacktime <snacktime at gmail.com> wrote: > > > Hey Zed, any chance you mind sharing the grammar file you use with > > lemon to create the parser? I''ve been meaning to sit down and learn > > how to use one of those things. If not, any suggestions on a good > > resource for learning how to use a LALR parser? > > > The Ragel grammar is ext/http11/http11_parser.rl > > Lighttpd uses Lemon. > > jeremyDuh, I didn''t look in subversion I was just looking at what came with the gem. Thanks Jeremy.