[ragel-users] EOF actions and buffering

Benjamin van der Veen b at bvanderveen.com
Fri Jan 21 00:15:08 UTC 2011


On Jan 20, 2011, at 3:31 PM, IƱaki Baz Castillo wrote:

> 2011/1/21 Benjamin van der Veen <b at bvanderveen.com>:
> 
>> It seems to me that a common problem faced by users of Ragel is that they do not know in advance where (with respect to the grammar being parsed) the boundaries of buffers that they feed the parser are going to be. For example, I can easily make a Ragel grammar which will parse the following using only entering and leaving actions:
> 
> I recommend you checking Mongrel HTTP parser, which is written in C
> and it used to build a Ruby object containing parsed data. However the
> parser is a separate file(s) you really can learn from.

Mongrel is where I got the idea from, although it seems to buffer the entirety of the request headers to work around this problem. I would like to avoid this solution if possible.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.colm.net/pipermail/ragel-users/attachments/20110120/3b0fadfa/attachment-0001.html>
-------------- next part --------------
_______________________________________________
ragel-users mailing list
ragel-users at complang.org
http://www.complang.org/mailman/listinfo/ragel-users


More information about the ragel-users mailing list