Menu

Hapy / News: Recent posts

Hapy library v0.0.8 released

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.

Posted by Alex Rousskov 2006-08-09

Hapy library v0.0.7 released

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.

Posted by Alex Rousskov 2006-07-11

Hapy library 0.0.6 released

Hapy is a C++ runtime parser generator. Hapy
parsers are good for parsing scripts, configuration
files, and communication protocol messages.

The sixth release adds "inlined" registration
of semantic actions via subscript[] operator,
parser reuse support (create once, parse many
times), and a bug fix for recursive grammars.

Posted by Alex Rousskov 2004-05-15

Hapy library 0.0.5 released

Hapy is a C++ runtime parser generator. Hapy
parsers are good for parsing scripts, configuration
files, and communication protocol messages.

The fifth release contains major performance
optimizations and minor bug fixes/improvements.

Posted by Alex Rousskov 2004-03-05

Hapy library 0.0.4 released

Hapy is a C++ runtime parser generator. Hapy
parsers are good for parsing scripts, configuration
files, and communication protocol messages.

The fourth release adds semantic actions and character
set/range builtin parsing rules. The release also
contains performance optimizations and documentation
improvements.

Posted by Alex Rousskov 2004-02-04

Hapy library 0.0.3 is released

Hapy is a C++ runtime parser generator. Hapy
parsers are good for parsing scripts, configuration
files, and communication protocol messages.

The third release contains API improvements, compiler
compatibility fixes, and performance optimizations.
Hapy benchmarking methodology is now documented and is
being reviewed by other parser generation projects
prior to getting "officially" published. Please contact
Hapy developers if you want to be in the loop.

Posted by Alex Rousskov 2004-01-13

Hapy library 0.0.2 is released

Hapy is a C++ runtime parser generator. Hapy
parsers are good for parsing scripts, configuration
files, and communication protocol messages.
The second release contains GCC 3.2 and MS VC
compatibility changes, a bug fix, and API
improvements. The interface to parse message
streams or interactive user input is now
documented: http://hapy.sourceforge.net/prefix.html

Posted by Alex Rousskov 2003-12-25

Hapy library 0.0.1 released

Hapy is a C++ runtime parser generator. Need to
parse a script, config file, or protocol message?
Tired or scared of YACC? Insane compilation times
and grammar surprises got your Spirit down? Well,
parsing BNF-like grammars with Hapy is a snap.

The first Hapy release comes with documentation
and examples. The code is in active use, and stable
releases will follow. Friendly support is
available.

Posted by Alex Rousskov 2003-12-19