The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.9639 - 2022-08-15

  • New Features
    • Add the is_type operator.
    • Add Error::NotSupported class. This class is default loaded.
  • Bug Fix
    • Fix the bug that non-class types become child classes.
    • Fix the bug that pointer class types become child classes.
    • Fix the bug that the interface name specified by the interface statement becomes the same name of the current interface.
  • Document Fix
    • Fix the document bug of Class IDs of SPVM::Document::NativeAPI
      • Before
        • =head2 Class IDs
          • 1 SPVM_NATIVE_C_CLASS_ID_ERROR 2 SPVM_NATIVE_C_CLASS_ID_ERROR
      • After
        • =head2 Class IDs
          • 1 SPVM_NATIVE_C_CLASS_ID_ERROR 2 SPVM_NATIVE_C_CLASS_ID_ERROR_SYSTEM 3 SPVM_NATIVE_C_CLASS_ID_ERROR_NOT_SUPPORTED
    • Add all standard modules to SPVM::Document::Modules. Until now, default loaded modules were removed. The following is the current list of standard modules.
      • Array Bool Byte ByteList Cloneable Cloner CommandInfo Comparator Comparator::Byte Comparator::Double Comparator::Float Comparator::Int Comparator::Long Comparator::Short Comparator::String Complex_2d Complex_2f Double DoubleList EqualityChecker EqualityChecker::Address Error Error::NotSupported Error::System Float FloatList Fn Format Hash Hash::Entry Int IntList List Long LongList Point Point3D Short ShortList Sort Stringable StringBuffer Stringer StringList Time Time::Info
    • die, warn, print, weaken, unweaken, make_read_only statement become void returning operators instead of statements.
  • Compilation Error Message Improvement
    • Improve compilation error messages.
  • Document Improvement
    • Add the docs of the void returning operator.
    • Improve the doc of the new operator
  • Test Improvement
    • Add many compilation error tests.
  • Ineffective Changes
    • die, warn, print, weaken, unweaken, make_read_only statement become void returning operators instead of statements.
  • Internal Ineffective Changes
    • Rename SPVM_OP_build_value_op_statement to SPVM_OP_build_operator_statement

Documentation

SPVM compiler to create exe file
Generating SPVM Distribution

Modules

SPVM Language
Array Utilities
Blessed object base class
Array based blessed object
Class based blessed object
String based blessed object
Bool object
Build SPVM program
SPVM Builder Public APIs
Compiler and Linker of Native Sources
Link Information
Configurations of Compile and Link of Native Sources
Configurations of creating excutable files.
Create a Executable File
Library Information
Link Information
Object file information
Resourceurations of Compile and Link of Native Sources
Build Utilities
Public APIs of the utility of SPVM Builder
Byte object
Dynamic byte Array
A Interface Type to Clone a Object
Interface Type for the Callback to Clone a Object
Command Line Information
Interface Type for Object Comparation Callback
Interface Type for byte Comparation Callback
Interface Type for double Comparation Callback
Interface Type for float Comparation Callback
Interface Type for int Comparation Callback
Interface Type for long Comparation Callback
Interface Type for short Comparation Callback
Interface Type for String Comparation Callback
double Complex Type
float Complex Type
$class_name is a SPVM module
SPVM Performance Benchmark
SPVM Exchange API
SPVM Language Specification
SPVM Standard Modules
SPVM Native APIs
SPVM Allocator Native APIs
SPVM Compiler Native APIs
SPVM Precompile Native APIs
SPVM Runtime Native APIs
SPVM String Buffer Native APIs
How to write the native module
How to write the resource module
SPVM Performance Tutorial
Double object
Dynamic double Array
Interface Type for Object Equality Checking Callback
a callback implementation of EqualityChecker to check if the memory addresses of the two objects are equal.
Error
System Error
SPVM Exchange API
Float object
Dynamic float Array
SPVM Starndard Functions
Format Utilities
Hash Data Structure
Hash entry
Int object
Dynamic int Array
Dynamic Object Array
Long object
Dynamic long Array
Point
Point 3D
Short object
Dynamic short Array
Sorting Functions
String Buffer
Dynamic string array
A Interface Type to Stringify a Object
Interface Type for Stringing Callback
Time Manipulation
Time information

Examples