Introduction |
Introduction
|
What is CliPPCliPP is a C++ library which enables seamless interoperability
between C++ and interpreted languages such as javascript. The CliPP package also contains a complete Javascript Parser written using the Spirit library. The Javascript Parser is an independent part of the package, and can be replaced with another parser (not necessarily a javascript parser) if required. A lot of the interface design, and many template-solutions inherits from the design in boost::python. CliPP as a whole relies heavily on the Boost library. CliPP version 0.5.0With this version of CliPP, the javascript parser is more or
less complete. delete, typeof, instanceof and in is now implemented. LicenceCliPP has the MIT License. PortabilityCliPP has been compiled on the following compilers: Visual C++ 6, sp5 Contact Information
|
Copyright © 2003-2005 Peder Holt
Permission to copy, use, modify, sell and distribute
this document is granted provided this copyright notice appears in all
copies. This document is provided "as is" without express or implied
warranty, and with no claim as to its suitability for any purpose.