[Ann] Boost.Spirit inline parser v1.7.0 and v1.6.1 released

"Joel de Guzman" <djowel@gmx.co.uk>
15 Jul 2003 23:44:30 -0400

          From comp.compilers

Related articles
[Ann] Boost.Spirit inline parser v1.7.0 and v1.6.1 released djowel@gmx.co.uk (Joel de Guzman) (2003-07-15)
| List of all articles for this month |

From: "Joel de Guzman" <djowel@gmx.co.uk>
Newsgroups: comp.compilers
Date: 15 Jul 2003 23:44:30 -0400
Organization: Compilers Central
Keywords: tools, parse, available
Posted-Date: 15 Jul 2003 23:44:30 EDT

Hello,


The Boost Spirit v1.7.0 and v1.6.1 have been released.


Spirit is an object oriented recursive descent parser generator
framework implemented using template meta-programming techniques.
Expression templates allow us to approximate the syntax of Extended
Backus Normal Form (EBNF) completely in C++.


For more info, see Spirit's site at: http://spirit.sf.net


Get it here:


        Spirit v1.7.0: http://tinyurl.com/gssn
        Spirit v1.6.1: http://tinyurl.com/gsss


Take note that by convention, odd minor version releases (e.g. 1.7.0) are
developmental while even minor version releases (e.g. 1.6.1) are stable.


What's new:


        http://spirit.sourceforge.net/distrib/change_log.html


Have fun!!!


Cheers,
--
Joel de Guzman
joel at boost-consulting.com
http://www.boost-consulting.com
http://spirit.sf.net


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.