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

SPVM solo

This is test program to run SPVM solo.

Development

For compile, bison command is needed.

Run

yacc/bison.sh && make -f solo/Makefile DEFINE=-DDEBUG && ./spvm TestCase

Cleanup

yacc/bison.sh && make -f solo/Makefile cleanup

Test

yacc/bison.sh && make -f solo/Makefile DEFINE=-DDEBUG test

Types

Use the following types in source codes. This is defined in the standard header <stdint.h>.

_Bool
uint8_t
int8_t
int16_t
int32_t
int64_t
float
double

Contributors