Where to find a comparison of Flex/Bison, Ragel, ANTLR and others?

I am intending to define a protocol similar to Open Sound Control, but a bit different.

The idea is quite complex, and I won't try to describe it here.

Suppose I was to implement an OSC library using libev and one of the tools in the subject line.

What would one recommend, and why?

Ragel seems quite tempting, though ANTLR may be the right thing too. However sticking to traditional UNIX things is also a good idea (ie lex/yacc).

Also I am mostly interested in what would be most suitable for an embedded platform (say 200MHz ARM chip running Linux).


Wikipedia has a list that includes ANTLR, Lemon, Flex, Bison, Ragel, etc.

http://en.wikipedia.org/wiki/Comparison_of_parser_generators.

链接地址: http://www.djcxy.com/p/7192.html

上一篇: 如何检查类文件版本50.0(Java 6)是否已经过预验证?

下一篇: 在哪里可以找到Flex / Bison,Ragel,ANTLR等的比较?