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

Changes for version 0.0240 - 2017-08-07

  • fix number literal bug that hex number e and E is floating point specifier
  • add byte and short number literal syntax 123b 123s
  • hex number only allow A, B, C, D, E, F because f is used to specify the number is floating point and b is used to specify the number is byte
  • fix array float store and load bug
  • support underline in number literal 123_123 0xFF_FF

Documentation

SPVM Perl API(BETA)
SPVM language specification(BETA)
SPVM Tutorial(BETA)

Modules

Fast calculation, GC, static typing, VM with perlish syntax
Print to standard output

Provides

in lib/SPVM/Array.pm
in lib/SPVM/Array/Byte.pm
in lib/SPVM/Array/Double.pm
in lib/SPVM/Array/Float.pm
in lib/SPVM/Array/Int.pm
in lib/SPVM/Array/Long.pm
in lib/SPVM/Array/Object.pm
in lib/SPVM/Array/Short.pm
in lib/SPVM/BaseObject.pm
in lib/SPVM/Object.pm
in lib/SPVM/String.pm