build_shared_lib.pl
Changes
lib/SPVM.pm
lib/SPVM/Arrays.pm
lib/SPVM/Arrays.spvm
lib/SPVM/Build.pm
lib/SPVM/Byte.pm
lib/SPVM/Byte.spvm
lib/SPVM/CORE.pm
lib/SPVM/CORE.spvm
lib/SPVM/Core/Object.pm
lib/SPVM/Core/Object/Array.pm
lib/SPVM/Core/Object/Array/Byte.pm
lib/SPVM/Core/Object/Array/Double.pm
lib/SPVM/Core/Object/Array/Float.pm
lib/SPVM/Core/Object/Array/Int.pm
lib/SPVM/Core/Object/Array/Long.pm
lib/SPVM/Core/Object/Array/Object.pm
lib/SPVM/Core/Object/Array/Short.pm
lib/SPVM/Core/Object/Package.pm
lib/SPVM/Core/Object/Package/String.pm
lib/SPVM/Document/Cookbook.pod
lib/SPVM/Document/DataConversionAPI.pod
lib/SPVM/Document/Extension.pod
lib/SPVM/Document/FAQ.pod
lib/SPVM/Document/LanguageSpecification.pod
lib/SPVM/Document/NativeInterface.pod
lib/SPVM/Document/StandardFunction.pod
lib/SPVM/Document/StandardModule.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/JITCode.pm
lib/SPVM/Long.pm
lib/SPVM/Long.spvm
lib/SPVM/Math.pm
lib/SPVM/Math.spvm
lib/SPVM/Short.pm
lib/SPVM/Short.spvm
lib/SPVM/spvm_api.h
lib/SPVM/String.pm
lib/SPVM/String.spvm
lib_native/SPVM/Arrays.native/Arrays.c
lib_native/SPVM/Byte.native/Byte.c
lib_native/SPVM/CORE.native/CORE.c
lib_native/SPVM/Double.native/Double.c
lib_native/SPVM/Double.native/Double.config
lib_native/SPVM/Float.native/Float.c
lib_native/SPVM/Float.native/Float.config
lib_native/SPVM/Integer.native/Integer.c
lib_native/SPVM/Long.native/Long.c
lib_native/SPVM/Math.native/Math.c
lib_native/SPVM/Math.native/Math.config
lib_native/SPVM/Short.native/Short.c
Makefile.PL
MANIFEST			This list of files
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/TestCase/Weaken.spvm
solo/SPVM/TestCase/Weaken2.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_call_field.c
spvm_call_field.h
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_constant_pool.c
spvm_constant_pool.h
spvm_constant_pool_builder.c
spvm_constant_pool_builder.h
spvm_constant_pool_field.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_enumeration.c
spvm_enumeration.h
spvm_enumeration_value.c
spvm_enumeration_value.h
spvm_field.c
spvm_field.h
spvm_global.h
spvm_hash.c
spvm_hash.h
spvm_hash_entry.h
spvm_hash_func.c
spvm_hash_func.h
spvm_jitcode_builder.c
spvm_jitcode_builder.h
spvm_lib_std.c
spvm_limit.h
spvm_list.c
spvm_list.h
spvm_memory_pool.c
spvm_memory_pool.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_allocator.c
spvm_runtime_allocator.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_undef.c
spvm_undef.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
sub_symtable
t/compile-error.t
t/copy_default_to_jit.pl
t/default/array.t
t/default/assign-operator.t
t/default/call-sub.t
t/default/constant.t
t/default/enum.t
t/default/exception.t
t/default/extension.t
t/default/if.t
t/default/lib-Arrays.t
t/default/lib-Byte.t
t/default/lib-Double.t
t/default/lib-Extension.t
t/default/lib-Extension2.t
t/default/lib-Float.t
t/default/lib-Integer.t
t/default/lib-Long.t
t/default/lib-Short.t
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/spvm.t
t/default/string.t
t/default/switch.t
t/default/template.t
t/default/type-convertion.t
t/default/weaken.t
t/jit/array.t
t/jit/assign-operator.t
t/jit/call-sub.t
t/jit/constant.t
t/jit/enum.t
t/jit/exception.t
t/jit/extension.t
t/jit/if.t
t/jit/lib-Arrays.t
t/jit/lib-Byte.t
t/jit/lib-Double.t
t/jit/lib-Extension.t
t/jit/lib-Extension2.t
t/jit/lib-Float.t
t/jit/lib-Integer.t
t/jit/lib-Long.t
t/jit/lib-Short.t
t/jit/literal.t
t/jit/logical-operator.t
t/jit/loop.t
t/jit/numeric-operator.t
t/jit/object.t
t/jit/package_var.t
t/jit/spvm.t
t/jit/string.t
t/jit/switch.t
t/jit/template.t
t/jit/type-convertion.t
t/jit/weaken.t
t/lib/JITTestAuto.pm
t/lib/SPVM/TestCase.spvm
t/lib/SPVM/TestCase/Arrays.spvm
t/lib/SPVM/TestCase/Byte.spvm
t/lib/SPVM/TestCase/CompileError/InvalidType.spvm
t/lib/SPVM/TestCase/CompileError/TypeCantBeDetectedUndef.spvm
t/lib/SPVM/TestCase/CompileError/TypeCantBeDetectedUndefDefault.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/load/Arrays.t
t/load/Byte.t
t/load/Double.t
t/load/Float.t
t/load/Integer.t
t/load/Long.t
t/load/Math.t
t/load/Short.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)
