Image

Mammut

Description

Mammut is a (bottom up, LALR1) parser generator based on the Bison++ source code. Mammut is released under the GNU GPL. The biggest difference between Bison++ and Mammut is that Mammut generates significantly cleaner template-based C++ code instead of messy and #define-laden C code. Mammut also has better capabilities to support other languages than C++, such as Java or C#.

Compatibility

The current version of Mammut compiles under Win32 (VS.net 2003) and Linux (GCC 3.3.5). The generated STL-based C++ code should work in most environments. It can be adopted to non-standard platforms by modifying the skeleton files.

Disclaimer

Mammut currently generates parser code for C++ only. The development of the Mammut parser is a result of the needs of Lumai. Lumai only offers Mammut as-is, and does not take any responsibilities for its correctness, usefulness or any consequences from using it.

Downloads

Win32 binaries for Mammut version 0.9

Linux binaries for Mammut version 0.9

Source code for Mammut version 0.9

Read the Mammut online documentation

Related links

Flex++/Bison++ - Downloadable source and binaries for Win32.

Bison - Source code for GNU Bison.

Flex - Source code for GNU Flex.

Boost Spirit - DSEL for writing LL-parsers directly in C++.

Martin Skogevall, Lumai

2005-07-22

Image