by rousskov
A runtime parser generator library, generates parsers for context-free grammars.Parsing scripting languages and communication protocol messages are typical use cases.The library is written in straight C++ and requires STL.Clean, correct, efficient.
Hapy is a C++ runtime parser generator. Hapy parsers are good for parsing scripts, configuration files, and communication protocol messages. The eighth release fixes bugs related to trimming rule propagation and left recursion handling.
v0.0.8 2006/08/09:
- When compiling grammar rules, avoid updating rules that are
already being compiled. Such double-updates resulted in lost
trimming rules. Added trimAndRecursion test case to make sure
this bug does not resurface. Synced ...
Hapy is a C++ runtime parser generator. Hapy parsers are good for parsing scripts, configuration files, and communication protocol messages. The seventh release updates autotools-generated files, improves tests, and fixes outstanding bugs.
rousskov commented on the g++ 3.4 right-hand operand of comma warning artifact
rousskov commented on the g++ 3.4 right-hand operand of comma warning artifact
rousskov commented on the const_iterator cannot be erased artifact
rousskov commented on the action operator[] drops rule flags (like committed) artifact
v0.0.7 2006/07/10:
- Fixed action setting via the [] operator (SourceForge
bug #1023215). The action-carrying copy of the original
rule now preserves commitment state and other properties
of the original rule. Rewrote how the Rule class ...
rousskov created the action operator[] drops rule flags (like committed) artifact
rousskov commented on the const_iterator cannot be erased artifact
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use