The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.10_02 - 2010-04-27

  • Fix packaging error.

Changes for version 0.10_01 - 2010-04-26

  • Improved and documented the syntax for complex "parsed" typemaps. The old syntax will be removed soon.
  • Allow '&' and '|' operators in the default value of functions and methods.
  • Do not generate XS code for the private and protected members of a class.

Documentation

XS++ preprocessor

Modules

XS for C++
implementation of xspp
Map C++ exceptions to Perl exceptions
Base class for elements of the parser output
Node representing an access specifier
Node representing a method/function argument
A class (inherits from Package).
Node representing a comment in the source file
Node representing a constructor method
Node representing a destructor method
Directive that sets the name of the output file
Node representing a function
Node representing a method
Node representing an XS++/XS MODULE declaration
Node representing a Perl package
Node for data that should be included in XS verbatim
an XS++ parser

Provides

in lib/ExtUtils/XSpp/Driver.pm
in lib/ExtUtils/XSpp/Exception/code.pm
in lib/ExtUtils/XSpp/Exception/object.pm
in lib/ExtUtils/XSpp/Exception/perlcode.pm
in lib/ExtUtils/XSpp/Exception/simple.pm
in lib/ExtUtils/XSpp/Exception/stdmessage.pm
in lib/ExtUtils/XSpp/Exception/unknown.pm
in lib/ExtUtils/XSpp/Grammar.pm
in lib/ExtUtils/XSpp/Grammar.pm
in lib/ExtUtils/XSpp/Node/Type.pm
in lib/ExtUtils/XSpp/Typemap/parsed.pm
in lib/ExtUtils/XSpp/Typemap/reference.pm
in lib/ExtUtils/XSpp/Typemap/simple.pm