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

Changes for version 0.0438 - 2019-06-22

  • add SPVM::CORE::isdigit function
  • add SPVM::CORE::ispspace function
  • add SPVM::CORE::ispword function
  • fix while condition my memmory id wrong bug
  • fix "aaa\\" can't parsing bug
  • allow "aaa$" in string literal
  • support variable expansion field access, array constant index access, dereference, exception variable, package variable
  • \r\n is converted to \n in source code parsing
  • \r is converted to \n in source code parsing
  • support private enum private enum { ONE, TOW }
  • fix multi line string literal line number bug

Documentation

C/C++ Binding using SPVM Extension(BETA before 1.0)
SPVM Native API
SPVM compiler to create exe file

Modules

Static Perl Virtual Machine. Fast calculation & Easy C/C++ Binding
build config
Build Utilities
Byte object
SPVM Standard Functions
Base class of SPVM data
SPVM Array
SPVM object
Double object
SPVM Exchange API
Float object
Int object
JSON Bool
Long object
Short object

Provides

in lib/SPVM/Builder.pm
in lib/SPVM/Builder/CC.pm
in lib/SPVM/Builder/Exe.pm