> I know the bug report says re2c but I don't think that using RE2 or
> RE2::Set would really be a component of sa-compile, so I'm not sure the
> sa-compile component is appropriate.

I agree with you. It seems to me that RE2 and RE2::Set can't actually be
used to generate a DFA parsing code: they internally build their DFA tables
and they don't seem to let "export" them into parsing C/C++ code.

However, the idea of using a DFA parser instead of an NDFA one is appealing
to me.

What about using flex instead of re2c, then?

Giampaolo

Reply via email to