[LLVMdev] Regular Expression lib support

OvermindDL1 overminddl1 at gmail.com
Sun Aug 23 16:22:01 PDT 2009


On Sun, Aug 23, 2009 at 5:17 PM, OvermindDL1<overminddl1 at gmail.com> wrote:
> easy-to-use way).  Honestly, I prefer Boost.Spirit though, which is a
> PEG parser, it is pure static and it compiles faster then just about

Er, by compiles faster I meant to say "executes faster", its compiling
time is a minute or two for the usual grammar, a few seconds for
something simple like string->int.

Also, Spirit also has a generater part, it can take a data structure
and save it as a text stream, this is also blazingly fast.




More information about the llvm-dev mailing list