Changes for version 0.9010 - 2021-08-25

  • CHANGES
    • improve SPVM::Document::ExchangeAPI
    • add SPVM::Bool module
    • add SPVM::BlessedObject::Array overloding array dereference
  • BUGFIXES
    • None

Documentation

SPVM compiler to create exe file

Modules

Static Perl Virtual Machine. Fast Calculation, Fast Array Operation, and Easy C/C++ Binding.
Array Utilities
Blessed object base class
Array based blessed object
Package based blessed object
String based blessed object
Bool object
Build SPVM program
Native code Compiler and linker. Wrapper of ExtUtils::CBuilder for SPVM
build config
Build Utilities
Byte object
Dynamic Byte Array
a callback interface to clone a object
a callback interface for byte comparation
a callback interface for double comparation
a callback interface for float comparation
a callback interface for int comparation
a callback interface for long comparation
a callback interface for comparation
a callback interface for short comparation
a callback interface for string comparation
double complex type
float complex type
SPVM Performance Benchmark
SPVM Exchange API
SPVM Language Specification
SPVM Core Modules
SPVM Native APIs
SPVM Performance Tutorial
Double object
Dynamic double array
a callback interface to check the object equality
a callback implementation of SPVM::EqualityChecker to check if the memory addresses of the two objects are equal.
SPVM Exchange API
Float object
Dynamic float array
Hash Data Structure
Hash entry
Int object
Dynamic int array
Dynamic object array
Long object
Dynamic long array
Math functions
Number Utilities
Regular expression
Regular expression pattern
a callback interface for the regex replacement
Short object
Dynamic short array
String buffer
Dynamic string array
String Utilities
a callback interface to stringify a object
Time manipulation
Time information
Unicode utilities.

Provides

in lib/SPVM/Builder/Exe.pm

Examples