C++ STL-based parser toolkit that allows the specification of EBNF-like grammars (using operator overloading) and the conversion of arbitrary input (text, tokens or other) to user-defined structures through events attached to grammatic rules.
Be the first to post a text review of The Parser Toolkit. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Optimized the engine to be more than 600 times faster than the original. Now it can tokenize an 145K Java source in under 500 ms on an Athlon 64.
The engine is pretty usable now. I've done a full java 1.4 tokenizer which can parse an 145K java source file very quickly. The optimizations offer more than x600 the speed of the original engine (of course the original engine was not that fast!)
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?