The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes
lib/SPVM.pm
lib/SPVM/Bool.pm
lib/SPVM/Bool.spvm
lib/SPVM/Build.pm
lib/SPVM/Build/Base.pm
lib/SPVM/Build/Native.pm
lib/SPVM/Build/Precompile.pm
lib/SPVM/Build/SPVMInfo.pm
lib/SPVM/Build/Util.pm
lib/SPVM/BuildDir.pm
lib/SPVM/Byte.pm
lib/SPVM/Byte.spvm
lib/SPVM/CORE.spvm
lib/SPVM/Data.pm
lib/SPVM/Data/Array.pm
lib/SPVM/Document/Extension.pod
lib/SPVM/Document/Functions.pod
lib/SPVM/Document/Language.pod
lib/SPVM/Document/NativeInterface.pod
lib/SPVM/Document/SPVMAPI.pod
lib/SPVM/Double.pm
lib/SPVM/Double.spvm
lib/SPVM/Example.native/Example.c
lib/SPVM/Example.spvm
lib/SPVM/Float.pm
lib/SPVM/Float.spvm
lib/SPVM/Int.pm
lib/SPVM/Int.spvm
lib/SPVM/Long.pm
lib/SPVM/Long.spvm
lib/SPVM/Object.pm
lib/SPVM/Short.pm
lib/SPVM/Short.spvm
lib/SPVM/spvm_native.h
Makefile.PL
MANIFEST			This list of files
ppport.h
README
solo/lib/TestCase.spvm
solo/lib/TestCase/Comparator.spvm
solo/lib/TestCase/Destructor.spvm
solo/lib/TestCase/EnumA.spvm
solo/lib/TestCase/EnumB.spvm
solo/lib/TestCase/EnumC.spvm
solo/lib/TestCase/EnumD.spvm
solo/lib/TestCase/ImplementInterface1.spvm
solo/lib/TestCase/ImplementInterface2.spvm
solo/lib/TestCase/Inline.spvm
solo/lib/TestCase/Interface.spvm
solo/lib/TestCase/Minimal.spvm
solo/lib/TestCase/Simple.spvm
solo/lib/TestCase/Weaken.spvm
solo/lib/TestCase/Weaken2.spvm
solo/Main.spvm
solo/Makefile
solo/README.md
solo/spvm_main.c
solo/t/spvm_t_array.c
solo/t/spvm_t_hash.c
SPVM.xs
spvm_base.h
spvm_basic_type.c
spvm_basic_type.h
spvm_block.c
spvm_block.h
spvm_build/.gitkeep
spvm_call_sub.c
spvm_call_sub.h
spvm_compiler.c
spvm_compiler.h
spvm_compiler_allocator.c
spvm_compiler_allocator.h
spvm_constant.c
spvm_constant.h
spvm_core_func.c
spvm_core_func.h
spvm_core_func_bind.c
spvm_core_func_bind.h
spvm_csource_builder.c
spvm_csource_builder.h
spvm_descriptor.c
spvm_descriptor.h
spvm_dumper.c
spvm_dumper.h
spvm_enumeration.c
spvm_enumeration.h
spvm_enumeration_value.c
spvm_enumeration_value.h
spvm_field.c
spvm_field.h
spvm_field_access.c
spvm_field_access.h
spvm_global.h
spvm_hash.c
spvm_hash.h
spvm_hash_entry.h
spvm_hash_func.c
spvm_hash_func.h
spvm_limit.h
spvm_list.c
spvm_list.h
spvm_my.c
spvm_my.h
spvm_name_info.h
spvm_object.h
spvm_op.c
spvm_op.h
spvm_op_checker.c
spvm_op_checker.h
spvm_opcode.c
spvm_opcode.h
spvm_opcode_array.c
spvm_opcode_array.h
spvm_opcode_builder.c
spvm_opcode_builder.h
spvm_our.c
spvm_our.h
spvm_package.c
spvm_package.h
spvm_package_var.c
spvm_package_var.h
spvm_runtime.c
spvm_runtime.h
spvm_runtime_api.c
spvm_runtime_api.h
spvm_string_buffer.c
spvm_string_buffer.h
spvm_sub.c
spvm_sub.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_var.c
spvm_var.h
spvm_yacc.c
spvm_yacc.h
spvm_yacc_util.c
spvm_yacc_util.h
t/compile-error.t
t/copy_default_to_precompile.pl
t/default/array.t
t/default/assign-operator.t
t/default/call-sub.t
t/default/comparison-operator.t
t/default/constant.t
t/default/enum.t
t/default/exception.t
t/default/interface.t
t/default/lib-CORE-math.t
t/default/lib-Extension.t
t/default/lib-Extension2.t
t/default/lib/TestCase.spvm
t/default/lib/TestCase/Bool.spvm
t/default/lib/TestCase/Byte.spvm
t/default/lib/TestCase/Comparator.spvm
t/default/lib/TestCase/ComparisonOperator.spvm
t/default/lib/TestCase/CompileError/AssignIncompatibleType/ConstToNoConst.spvm
t/default/lib/TestCase/CompileError/AssignIncompatibleType/DifferentObject.spvm
t/default/lib/TestCase/CompileError/Field/Private.spvm
t/default/lib/TestCase/CompileError/InvalidType.spvm
t/default/lib/TestCase/CompileError/New/Private.spvm
t/default/lib/TestCase/CompileError/TypeCantBeDetectedUndef.spvm
t/default/lib/TestCase/CompileError/TypeCantBeDetectedUndefDefault.spvm
t/default/lib/TestCase/CoreFunc/Math.spvm
t/default/lib/TestCase/Destructor.spvm
t/default/lib/TestCase/Double.spvm
t/default/lib/TestCase/Empty.spvm
t/default/lib/TestCase/Example.spvm
t/default/lib/TestCase/Extension.native/Extension.c
t/default/lib/TestCase/Extension.spvm
t/default/lib/TestCase/Extension2.native/Extension2.c
t/default/lib/TestCase/Extension2.native/Extension2.config
t/default/lib/TestCase/Extension2.native/Extension2_util.c
t/default/lib/TestCase/Extension2.native/Extension2_util.h
t/default/lib/TestCase/Extension2.spvm
t/default/lib/TestCase/Float.spvm
t/default/lib/TestCase/Int.spvm
t/default/lib/TestCase/Interface.spvm
t/default/lib/TestCase/Interface/ImplementInterface1.spvm
t/default/lib/TestCase/Interface/ImplementInterface2.spvm
t/default/lib/TestCase/Interface/Interface.spvm
t/default/lib/TestCase/Long.spvm
t/default/lib/TestCase/Minimal.spvm
t/default/lib/TestCase/Private.spvm
t/default/lib/TestCase/Short.spvm
t/default/lib/TestCase/Simple.spvm
t/default/lib/TestCase/String.spvm
t/default/lib/TestCase/Weaken.spvm
t/default/lib/TestCase/Weaken2.spvm
t/default/literal.t
t/default/logical-operator.t
t/default/loop.t
t/default/numeric-operator.t
t/default/object.t
t/default/package_var.t
t/default/perl-api.t
t/default/string.t
t/default/switch.t
t/default/type-convertion.t
t/default/weaken.t
t/lib/TestAuto.pm
t/precompile/array.t
t/precompile/assign-operator.t
t/precompile/call-sub.t
t/precompile/comparison-operator.t
t/precompile/constant.t
t/precompile/enum.t
t/precompile/exception.t
t/precompile/interface.t
t/precompile/lib-CORE-math.t
t/precompile/lib-Extension.t
t/precompile/lib-Extension2.t
t/precompile/lib/TestCase.spvm
t/precompile/lib/TestCase/Bool.spvm
t/precompile/lib/TestCase/Byte.spvm
t/precompile/lib/TestCase/Comparator.spvm
t/precompile/lib/TestCase/ComparisonOperator.spvm
t/precompile/lib/TestCase/CompileError/AssignIncompatibleType/ConstToNoConst.spvm
t/precompile/lib/TestCase/CompileError/AssignIncompatibleType/DifferentObject.spvm
t/precompile/lib/TestCase/CompileError/Field/Private.spvm
t/precompile/lib/TestCase/CompileError/InvalidType.spvm
t/precompile/lib/TestCase/CompileError/New/Private.spvm
t/precompile/lib/TestCase/CompileError/TypeCantBeDetectedUndef.spvm
t/precompile/lib/TestCase/CompileError/TypeCantBeDetectedUndefDefault.spvm
t/precompile/lib/TestCase/CoreFunc/Math.spvm
t/precompile/lib/TestCase/Destructor.spvm
t/precompile/lib/TestCase/Double.spvm
t/precompile/lib/TestCase/Empty.spvm
t/precompile/lib/TestCase/Example.spvm
t/precompile/lib/TestCase/Extension.native/Extension.c
t/precompile/lib/TestCase/Extension.spvm
t/precompile/lib/TestCase/Extension2.native/Extension2.c
t/precompile/lib/TestCase/Extension2.native/Extension2.config
t/precompile/lib/TestCase/Extension2.native/Extension2_util.c
t/precompile/lib/TestCase/Extension2.native/Extension2_util.h
t/precompile/lib/TestCase/Extension2.spvm
t/precompile/lib/TestCase/Float.spvm
t/precompile/lib/TestCase/Int.spvm
t/precompile/lib/TestCase/Interface.spvm
t/precompile/lib/TestCase/Interface/ImplementInterface1.spvm
t/precompile/lib/TestCase/Interface/ImplementInterface2.spvm
t/precompile/lib/TestCase/Interface/Interface.spvm
t/precompile/lib/TestCase/Long.spvm
t/precompile/lib/TestCase/Minimal.spvm
t/precompile/lib/TestCase/Private.spvm
t/precompile/lib/TestCase/Short.spvm
t/precompile/lib/TestCase/Simple.spvm
t/precompile/lib/TestCase/String.spvm
t/precompile/lib/TestCase/Weaken.spvm
t/precompile/lib/TestCase/Weaken2.spvm
t/precompile/literal.t
t/precompile/logical-operator.t
t/precompile/loop.t
t/precompile/numeric-operator.t
t/precompile/object.t
t/precompile/package_var.t
t/precompile/perl-api.t
t/precompile/string.t
t/precompile/switch.t
t/precompile/type-convertion.t
t/precompile/weaken.t
t/spvm_build/.gitkeep
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)