The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
build_shared_lib.pl
Changes
lib/SPVM.pm
lib/SPVM/Build.pm
lib/SPVM/Byte.pm
lib/SPVM/Byte.spvm
lib/SPVM/Debug.pm
lib/SPVM/Document/Cookbook.pod
lib/SPVM/Document/Extension.pod
lib/SPVM/Document/FAQ.pod
lib/SPVM/Document/Functions.pod
lib/SPVM/Document/NativeAPI.pod
lib/SPVM/Document/Specification.pod
lib/SPVM/Document/StandardLibrary.pod
lib/SPVM/Double.pm
lib/SPVM/Double.spvm
lib/SPVM/Float.pm
lib/SPVM/Float.spvm
lib/SPVM/Integer.pm
lib/SPVM/Integer.spvm
lib/SPVM/Long.pm
lib/SPVM/Long.spvm
lib/SPVM/Math.pm
lib/SPVM/Math.spvm
lib/SPVM/Object.pm
lib/SPVM/Object/Array.pm
lib/SPVM/Object/Array/Byte.pm
lib/SPVM/Object/Array/Double.pm
lib/SPVM/Object/Array/Float.pm
lib/SPVM/Object/Array/Int.pm
lib/SPVM/Object/Array/Long.pm
lib/SPVM/Object/Array/Object.pm
lib/SPVM/Object/Array/Short.pm
lib/SPVM/Object/Package.pm
lib/SPVM/Short.pm
lib/SPVM/Short.spvm
lib/SPVM/spvm_api.h
lib/SPVM/std.pm
lib/SPVM/std.spvm
Makefile.PL
MANIFEST			This list of files
native/SPVM/Byte.native/Byte.c
native/SPVM/Double.native/Double.c
native/SPVM/Double.native/Double.config
native/SPVM/Float.native/Float.c
native/SPVM/Float.native/Float.config
native/SPVM/Integer.native/Integer.c
native/SPVM/Long.native/Long.c
native/SPVM/Math.native/Math.c
native/SPVM/Math.native/Math.config
native/SPVM/Short.native/Short.c
native/SPVM/std.native/std.c
ppport.h
README.pod
solo/Main.spvm
solo/Makefile
solo/README.md
solo/SPVM/TestCase.spvm
solo/SPVM/TestCase/Destructor.spvm
solo/SPVM/TestCase/EnumA.spvm
solo/SPVM/TestCase/EnumB.spvm
solo/SPVM/TestCase/EnumC.spvm
solo/SPVM/TestCase/EnumD.spvm
solo/SPVM/TestCase/Inline.spvm
solo/SPVM/TestCase/Minimal.spvm
solo/SPVM/TestCase/Simple.spvm
solo/SPVM/TestCase/Template.spvm
solo/spvm_main.c
solo/t/spvm_t_array.c
solo/t/spvm_t_hash.c
solo/t/spvm_t_memory_pool.c
SPVM.xs
spvm_base.h
spvm_bytecode.c
spvm_bytecode.h
spvm_bytecode_array.c
spvm_bytecode_array.h
spvm_bytecode_builder.c
spvm_bytecode_builder.h
spvm_compiler.c
spvm_compiler.h
spvm_compiler_allocator.c
spvm_compiler_allocator.h
spvm_constant.c
spvm_constant.h
spvm_constant_pool.c
spvm_constant_pool.h
spvm_constant_pool_field_info.h
spvm_constant_pool_package.h
spvm_constant_pool_sub.h
spvm_constant_pool_type.h
spvm_descriptor.c
spvm_descriptor.h
spvm_dumper.c
spvm_dumper.h
spvm_dynamic_array.c
spvm_dynamic_array.h
spvm_enumeration.c
spvm_enumeration.h
spvm_enumeration_value.c
spvm_enumeration_value.h
spvm_field_info.c
spvm_field_info.h
spvm_global.h
spvm_hash.c
spvm_hash.h
spvm_hash_entry.h
spvm_hash_func.c
spvm_hash_func.h
spvm_lib_std.c
spvm_limit.h
spvm_memory_pool.c
spvm_memory_pool.h
spvm_my_var.c
spvm_my_var.h
spvm_name_info.c
spvm_name_info.h
spvm_object.h
spvm_op.c
spvm_op.h
spvm_op_checker.c
spvm_op_checker.h
spvm_package.c
spvm_package.h
spvm_runtime.c
spvm_runtime.h
spvm_runtime_allocator.c
spvm_runtime_allocator.h
spvm_runtime_api.c
spvm_runtime_api.h
spvm_sub.c
spvm_sub.h
spvm_sub_check_info.c
spvm_sub_check_info.h
spvm_switch_info.c
spvm_switch_info.h
spvm_toke.c
spvm_toke.h
spvm_type.c
spvm_type.h
spvm_use.c
spvm_use.h
spvm_util_allocator.c
spvm_util_allocator.h
spvm_value.h
spvm_var.c
spvm_var.h
spvm_yacc.c
spvm_yacc.h
spvm_yacc_util.c
spvm_yacc_util.h
t/lib/SPVM/TestCase.spvm
t/lib/SPVM/TestCase/Byte.spvm
t/lib/SPVM/TestCase/Destructor.spvm
t/lib/SPVM/TestCase/Double.spvm
t/lib/SPVM/TestCase/Extension.native/Extension.c
t/lib/SPVM/TestCase/Extension.spvm
t/lib/SPVM/TestCase/Extension2.native/Extension.c
t/lib/SPVM/TestCase/Extension2.native/Extension2.config
t/lib/SPVM/TestCase/Extension2.native/Extension2_util.c
t/lib/SPVM/TestCase/Extension2.native/Extension2_util.h
t/lib/SPVM/TestCase/Extension2.spvm
t/lib/SPVM/TestCase/Float.spvm
t/lib/SPVM/TestCase/Integer.spvm
t/lib/SPVM/TestCase/Long.spvm
t/lib/SPVM/TestCase/Minimal.spvm
t/lib/SPVM/TestCase/Short.spvm
t/lib/SPVM/TestCase/Template.spvm
t/lib/SPVM/TestCase/Weaken.spvm
t/lib/SPVM/TestCase/Weaken2.spvm
t/spvm-debug.t
t/spvm.t
yacc/bison.sh
yacc/spvm_yacc.y
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)