> Mike is working on refactoring the parser to use, I believe, ANTLR.
Any reason not to use Spirit from Boost? I've been exploring it quite
a bit lately and really like it. I looked at ANTLR at one point and
it felt really awkward. IIRC, it requires Java to generate the
parser.
--
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
<http://legalizeadulthood.wordpress.com/the-direct3d-graphics-pipeline/>
Legalize Adulthood! <http://legalizeadulthood.wordpress.com>
--
You received this message because you are subscribed to the Google Groups "slimdx-devel" group.
To post to this group, send email to slimdx...@googlegroups.com.
To unsubscribe from this group, send email to slimdx-devel...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/slimdx-devel?hl=en.
> Yeah, I decided not to use ANTLR for that reason. I'm going with GOLD though
> because we want a C# target, and boost::spirit definitely doesn't have a
> managed entry point.
That makes sense.