by axilmar73
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.
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!)
Anonymous committed patchset 1 of module CVSROOT to the The Parser Toolkit CVS repository, changing 11 files
Anonymous created the Welcome to Developers forum thread
Anonymous created the Welcome to Help forum thread
Anonymous created the Welcome to Open Discussion forum thread
axilmar73 registered the The Parser Toolkit project
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use