Re: Have we out-grown Flex? - Mailing list pgsql-hackers

From james
Subject Re: Have we out-grown Flex?
Date
Msg-id 4FA2E1C2.9030200@mansionfamily.plus.com
Whole thread Raw
In response to Have we out-grown Flex?  (Peter Geoghegan <peter@2ndquadrant.com>)
Responses Re: Have we out-grown Flex?
List pgsql-hackers
I haven't tried quex, but I have tried lemon (which can be broken out of 
SQLite) and re2c and ragel.

I like ragel and lemon, but the combination supports a push-parser style 
from memory, and many tools are inconvenient unless you are prepared to 
suck in a whole message before parsing, or let the parser drive a pull 
loop, or use a coroutine structure.

Could go all trendy and use a PEG tool like, er,, peg 
(http://piumarta.com/software/peg/).  (I haven't tried them tho')

James


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Uppercase tab completion keywords in psql?
Next
From: Tom Lane
Date:
Subject: Re: Advisory locks seem rather broken