Related articles |
---|
parsing discussion at boost.org joel@interxys.com (joel de guzman) (2001-05-30) |
From: | "joel de guzman" <joel@interxys.com> |
Newsgroups: | comp.compilers |
Date: | 30 May 2001 00:02:10 -0400 |
Organization: | Compilers Central |
Keywords: | parse |
Posted-Date: | 30 May 2001 00:02:10 EDT |
Hi,
Discussion about Spirit parser framework: http://isis-tech.n3.net
touched on possibility of creating automata building library at
www.boost.org.
Interested parties may simply view the current mailing list archive at:
http://groups.yahoo.com/group/boost or join the discussion by
joining the mailing list.
Boost is a repository of free, portable, peer-reviewed C++ libraries.
It acts as a proving ground for new libraries, particularly those which
work well with the ISO C++ Standard Library.
Spirit is an object oriented (exhaustive back-tracking) recursive
descent parser generator framework implemented using template
meta-programming techniques where EBNF like grammar definitions
are written 'inline' with straight C++ code.
Cheers,
Joel de Guzman
Return to the
comp.compilers page.
Search the
comp.compilers archives again.