Changes for version 0.9602_01 - 2022-06-07

  • CHANGE
    • Add --no-pm-file option to spvmdist command
    • Add Fn->is_hex_digit.
    • Add Fn->contains.
    • Add Fn->get_next_code_point.
    • Add Fn->look_next_code_point.
    • Generate Foo.native/src/.gitkeep and Foo.native/include/.gitkeep in "--native" option of "spvmdist".
    • Fn class doesn't depend on Regex and Unicode class.
  • BUG FIX
    • Fix the name argument of Makefile.PL that is generated by "spvmdist" command.
    • Fix the bug that t/basic.t that is generated by "spvmdist" command fails.
  • NON BACKWORD COMPATIBLE CHANGES
    • Rename SPVM::Builder::Generator::Dist to SPVM::Dist.
    • Remove Fn->replace.
    • Remove Fn->match.
    • "SPVM-" prefix is added to the default output directory of "spvmdist" command.

Documentation

SPVM compiler to create exe file
Generating SPVM Distribution

Modules

SPVM Language
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
Configurations of Compile and Link of Native Sources
Configurations of creating excutable files.
Create a Executable File
Object file information
Object file information
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
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 native methods
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.
SPVM Exchange API
Float object
Dynamic float array
SPVM Starndard Functions
Hash Data Structure
Hash entry
Int object
Dynamic int array
Dynamic object array
Long object
Dynamic long array
Point
Regular expression
Regular expression pattern
Interface Type for Regex Replacement Callback
Short object
Dynamic short array
String buffer
Dynamic string array
A Interface Type to Stringify a Object
Interface Type for Stringing Callback
Time manipulation
Time information
SPVM Unicode Utilities.

Examples