Ionflux Tools Code
Metaprogramming framework for C++ development with Python bindings
Brought to you by:
ionflux
================================================================================
Ionflux Value
Copyright © 2006 Joern P. Meier
mail@ionflux.org
--------------------------------------------------------------------------------
Readme
================================================================================
********************************************************************************
This project has been discontinued. Use Python instead.
********************************************************************************
Ionflux Value (ifvalue) is a library which provides simple types based on the
Ionflux Object Base System, and a special type (IFValue) which allows to
construct arbitrarily complex data objects out of IFObject based types. It
also features evaluation of expressions and operations with such objects as
operands.
See misc/spec.txt for an overview of features which will be provided by the
Ionflux Value library.
The Ionflux Value library is free software released under the GNU General
Public License. See COPYING for details.
Please note that this program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.