SPVM 0.9618_02 Deleted
Files
- Changes
- DEVELOPMENT.txt
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README.md
- SPVM.xs
- benchmark/benchmark-synopsys.pl
- benchmark/lib/SPVM/MyMath.spvm
- benchmark/lib/SPVM/MyMathNative.c
- benchmark/lib/SPVM/MyMathNative.config
- benchmark/lib/SPVM/MyMathNative.spvm
- benchmark/lib/SPVM/MyMathPrecompile.spvm
- examples/doc/tutorial/basic/lib/SPVM/MyMath.spvm
- examples/doc/tutorial/basic/sum.pl
- examples/doc/tutorial/precompile/lib/SPVM/MyMath.spvm
- examples/doc/tutorial/precompile/sum_precompile.pl
- examples/native/bind_clib/bind_clib.pl
- examples/native/bind_clib/lib/SPVM/BindCLib.c
- examples/native/bind_clib/lib/SPVM/BindCLib.config
- examples/native/bind_clib/lib/SPVM/BindCLib.native/include/bind_clib.h
- examples/native/bind_clib/lib/SPVM/BindCLib.native/src/bind_clib.c
- examples/native/bind_clib/lib/SPVM/BindCLib.spvm
- examples/native/cuda_add/cuda_add.pl
- examples/native/cuda_add/lib/SPVM/MyAdd.config
- examples/native/cuda_add/lib/SPVM/MyAdd.cu
- examples/native/cuda_add/lib/SPVM/MyAdd.native/include/cuda_array_culc.h
- examples/native/cuda_add/lib/SPVM/MyAdd.native/src/cuda_array_culc.cu
- examples/native/cuda_add/lib/SPVM/MyAdd.spvm
- examples/native/eigen/README
- examples/native/gsl/lib/SPVM/MyGSL.c
- examples/native/gsl/lib/SPVM/MyGSL.config
- examples/native/gsl/lib/SPVM/MyGSL.spvm
- examples/native/gsl/mygsl.pl
- examples/native/opencv/resize/lib/SPVM/MyOpenCVResize.config
- examples/native/opencv/resize/lib/SPVM/MyOpenCVResize.cpp
- examples/native/opencv/resize/lib/SPVM/MyOpenCVResize.spvm
- examples/native/opencv/resize/linux-pengin-output.png
- examples/native/opencv/resize/linux-pengin.png
- examples/native/opencv/resize/opencv_resize.pl
- examples/native/openmp/lib/SPVM/MyOpenMP.c
- examples/native/openmp/lib/SPVM/MyOpenMP.config
- examples/native/openmp/lib/SPVM/MyOpenMP.spvm
- examples/native/openmp/openmp.pl
- examples/native/zlib/lib/SPVM/MyZlib.c
- examples/native/zlib/lib/SPVM/MyZlib.config
- examples/native/zlib/lib/SPVM/MyZlib.spvm
- examples/native/zlib/zlib.pl
- examples/spvmcc/basic/README.txt
- examples/spvmcc/basic/SPVM/MyApp.spvm
- examples/spvmcc/basic/myapp
- lib/SPVM.pm
- lib/SPVM/Array.c
- lib/SPVM/Array.config
- lib/SPVM/Array.pm
- lib/SPVM/Array.spvm
- lib/SPVM/BlessedObject.pm
- lib/SPVM/BlessedObject/Array.pm
- lib/SPVM/BlessedObject/Class.pm
- lib/SPVM/BlessedObject/String.pm
- lib/SPVM/Bool.pm
- lib/SPVM/Builder.pm
- lib/SPVM/Builder/API.pm
- lib/SPVM/Builder/CC.pm
- lib/SPVM/Builder/Config.pm
- lib/SPVM/Builder/Config/Exe.pm
- lib/SPVM/Builder/Exe.pm
- lib/SPVM/Builder/LibInfo.pm
- lib/SPVM/Builder/LinkInfo.pm
- lib/SPVM/Builder/ObjectFileInfo.pm
- lib/SPVM/Builder/Resource.pm
- lib/SPVM/Builder/Util.pm
- lib/SPVM/Builder/Util/API.pm
- lib/SPVM/Builder/include/spvm_allocator.h
- lib/SPVM/Builder/include/spvm_allow.h
- lib/SPVM/Builder/include/spvm_api.h
- lib/SPVM/Builder/include/spvm_api_allocator.h
- lib/SPVM/Builder/include/spvm_api_compiler.h
- lib/SPVM/Builder/include/spvm_api_precompile.h
- lib/SPVM/Builder/include/spvm_api_runtime.h
- lib/SPVM/Builder/include/spvm_api_string_buffer.h
- lib/SPVM/Builder/include/spvm_array_field_access.h
- lib/SPVM/Builder/include/spvm_basic_type.h
- lib/SPVM/Builder/include/spvm_block.h
- lib/SPVM/Builder/include/spvm_call_method.h
- lib/SPVM/Builder/include/spvm_case_info.h
- lib/SPVM/Builder/include/spvm_check_ast_info.h
- lib/SPVM/Builder/include/spvm_class.h
- lib/SPVM/Builder/include/spvm_class_var.h
- lib/SPVM/Builder/include/spvm_class_var_access.h
- lib/SPVM/Builder/include/spvm_compiler.h
- lib/SPVM/Builder/include/spvm_constant.h
- lib/SPVM/Builder/include/spvm_constant_string.h
- lib/SPVM/Builder/include/spvm_descriptor.h
- lib/SPVM/Builder/include/spvm_dumper.h
- lib/SPVM/Builder/include/spvm_field.h
- lib/SPVM/Builder/include/spvm_field_access.h
- lib/SPVM/Builder/include/spvm_hash.h
- lib/SPVM/Builder/include/spvm_interface.h
- lib/SPVM/Builder/include/spvm_list.h
- lib/SPVM/Builder/include/spvm_method.h
- lib/SPVM/Builder/include/spvm_native.h
- lib/SPVM/Builder/include/spvm_object.h
- lib/SPVM/Builder/include/spvm_op.h
- lib/SPVM/Builder/include/spvm_op_checker.h
- lib/SPVM/Builder/include/spvm_opcode.h
- lib/SPVM/Builder/include/spvm_opcode_array.h
- lib/SPVM/Builder/include/spvm_opcode_builder.h
- lib/SPVM/Builder/include/spvm_precompile.h
- lib/SPVM/Builder/include/spvm_public_api.h
- lib/SPVM/Builder/include/spvm_runtime.h
- lib/SPVM/Builder/include/spvm_runtime_basic_type.h
- lib/SPVM/Builder/include/spvm_runtime_class.h
- lib/SPVM/Builder/include/spvm_runtime_class_var.h
- lib/SPVM/Builder/include/spvm_runtime_constant_string.h
- lib/SPVM/Builder/include/spvm_runtime_field.h
- lib/SPVM/Builder/include/spvm_runtime_method.h
- lib/SPVM/Builder/include/spvm_runtime_type.h
- lib/SPVM/Builder/include/spvm_string_buffer.h
- lib/SPVM/Builder/include/spvm_switch_info.h
- lib/SPVM/Builder/include/spvm_toke.h
- lib/SPVM/Builder/include/spvm_type.h
- lib/SPVM/Builder/include/spvm_typedecl.h
- lib/SPVM/Builder/include/spvm_use.h
- lib/SPVM/Builder/include/spvm_var.h
- lib/SPVM/Builder/include/spvm_var_decl.h
- lib/SPVM/Builder/include/spvm_weaken_backref.h
- lib/SPVM/Builder/include/spvm_yacc.h
- lib/SPVM/Builder/include/spvm_yacc_util.h
- lib/SPVM/Builder/src/spvm_allocator.c
- lib/SPVM/Builder/src/spvm_allow.c
- lib/SPVM/Builder/src/spvm_api.c
- lib/SPVM/Builder/src/spvm_api_allocator.c
- lib/SPVM/Builder/src/spvm_api_compiler.c
- lib/SPVM/Builder/src/spvm_api_precompile.c
- lib/SPVM/Builder/src/spvm_api_runtime.c
- lib/SPVM/Builder/src/spvm_api_string_buffer.c
- lib/SPVM/Builder/src/spvm_array_field_access.c
- lib/SPVM/Builder/src/spvm_basic_type.c
- lib/SPVM/Builder/src/spvm_block.c
- lib/SPVM/Builder/src/spvm_call_method.c
- lib/SPVM/Builder/src/spvm_case_info.c
- lib/SPVM/Builder/src/spvm_class.c
- lib/SPVM/Builder/src/spvm_class_var.c
- lib/SPVM/Builder/src/spvm_class_var_access.c
- lib/SPVM/Builder/src/spvm_compiler.c
- lib/SPVM/Builder/src/spvm_constant.c
- lib/SPVM/Builder/src/spvm_constant_string.c
- lib/SPVM/Builder/src/spvm_descriptor.c
- lib/SPVM/Builder/src/spvm_dumper.c
- lib/SPVM/Builder/src/spvm_field.c
- lib/SPVM/Builder/src/spvm_field_access.c
- lib/SPVM/Builder/src/spvm_hash.c
- lib/SPVM/Builder/src/spvm_interface.c
- lib/SPVM/Builder/src/spvm_list.c
- lib/SPVM/Builder/src/spvm_method.c
- lib/SPVM/Builder/src/spvm_native.c
- lib/SPVM/Builder/src/spvm_op.c
- lib/SPVM/Builder/src/spvm_op_checker.c
- lib/SPVM/Builder/src/spvm_opcode.c
- lib/SPVM/Builder/src/spvm_opcode_array.c
- lib/SPVM/Builder/src/spvm_opcode_builder.c
- lib/SPVM/Builder/src/spvm_precompile.c
- lib/SPVM/Builder/src/spvm_runtime.c
- lib/SPVM/Builder/src/spvm_string_buffer.c
- lib/SPVM/Builder/src/spvm_switch_info.c
- lib/SPVM/Builder/src/spvm_toke.c
- lib/SPVM/Builder/src/spvm_type.c
- lib/SPVM/Builder/src/spvm_use.c
- lib/SPVM/Builder/src/spvm_var.c
- lib/SPVM/Builder/src/spvm_var_decl.c
- lib/SPVM/Builder/src/spvm_yacc.c
- lib/SPVM/Builder/src/spvm_yacc_util.c
- lib/SPVM/Byte.pm
- lib/SPVM/ByteList.pm
- lib/SPVM/ByteList.spvm
- lib/SPVM/Cloneable.pm
- lib/SPVM/Cloneable.spvm
- lib/SPVM/Cloner.pm
- lib/SPVM/Cloner.spvm
- lib/SPVM/Comparator.pm
- lib/SPVM/Comparator.spvm
- lib/SPVM/Comparator/Byte.pm
- lib/SPVM/Comparator/Byte.spvm
- lib/SPVM/Comparator/Double.pm
- lib/SPVM/Comparator/Double.spvm
- lib/SPVM/Comparator/Float.pm
- lib/SPVM/Comparator/Float.spvm
- lib/SPVM/Comparator/Int.pm
- lib/SPVM/Comparator/Int.spvm
- lib/SPVM/Comparator/Long.pm
- lib/SPVM/Comparator/Long.spvm
- lib/SPVM/Comparator/Short.pm
- lib/SPVM/Comparator/Short.spvm
- lib/SPVM/Comparator/String.pm
- lib/SPVM/Comparator/String.spvm
- lib/SPVM/Complex_2d.pm
- lib/SPVM/Complex_2d.spvm
- lib/SPVM/Complex_2f.pm
- lib/SPVM/Complex_2f.spvm
- lib/SPVM/Dist.pm
- lib/SPVM/Document/Benchmark.pm
- lib/SPVM/Document/ExchangeAPI.pm
- lib/SPVM/Document/LanguageSpecification.pm
- lib/SPVM/Document/Modules.pm
- lib/SPVM/Document/NativeAPI.pm
- lib/SPVM/Document/NativeAPI/Allocator.pm
- lib/SPVM/Document/NativeAPI/Compiler.pm
- lib/SPVM/Document/NativeAPI/Precompile.pm
- lib/SPVM/Document/NativeAPI/Runtime.pm
- lib/SPVM/Document/NativeAPI/StringBuffer.pm
- lib/SPVM/Document/NativeModule.pm
- lib/SPVM/Document/Resource.pm
- lib/SPVM/Document/Tutorial.pm
- lib/SPVM/Document/Tutorial/Complex.pm
- lib/SPVM/Double.pm
- lib/SPVM/DoubleList.pm
- lib/SPVM/DoubleList.spvm
- lib/SPVM/EqualityChecker.pm
- lib/SPVM/EqualityChecker.spvm
- lib/SPVM/EqualityChecker/SameObject.pm
- lib/SPVM/EqualityChecker/SameObject.spvm
- lib/SPVM/ExchangeAPI.pm
- lib/SPVM/Float.pm
- lib/SPVM/FloatList.pm
- lib/SPVM/FloatList.spvm
- lib/SPVM/Fn.c
- lib/SPVM/Fn.config
- lib/SPVM/Fn.pm
- lib/SPVM/Fn.spvm
- lib/SPVM/Format.c
- lib/SPVM/Format.config
- lib/SPVM/Format.pm
- lib/SPVM/Format.spvm
- lib/SPVM/Hash.c
- lib/SPVM/Hash.config
- lib/SPVM/Hash.pm
- lib/SPVM/Hash.spvm
- lib/SPVM/Hash/Entry.pm
- lib/SPVM/Hash/Entry.spvm
- lib/SPVM/Int.pm
- lib/SPVM/IntList.pm
- lib/SPVM/IntList.spvm
- lib/SPVM/List.pm
- lib/SPVM/List.spvm
- lib/SPVM/Long.pm
- lib/SPVM/LongList.pm
- lib/SPVM/LongList.spvm
- lib/SPVM/Point.pm
- lib/SPVM/Point.spvm
- lib/SPVM/Point3D.pm
- lib/SPVM/Point3D.spvm
- lib/SPVM/Short.pm
- lib/SPVM/ShortList.pm
- lib/SPVM/ShortList.spvm
- lib/SPVM/Sort.pm
- lib/SPVM/Sort.spvm
- lib/SPVM/StringBuffer.pm
- lib/SPVM/StringBuffer.spvm
- lib/SPVM/StringList.pm
- lib/SPVM/StringList.spvm
- lib/SPVM/Stringable.pm
- lib/SPVM/Stringable.spvm
- lib/SPVM/Stringer.pm
- lib/SPVM/Stringer.spvm
- lib/SPVM/Time.c
- lib/SPVM/Time.config
- lib/SPVM/Time.pm
- lib/SPVM/Time.spvm
- lib/SPVM/Time/Info.c
- lib/SPVM/Time/Info.config
- lib/SPVM/Time/Info.pm
- lib/SPVM/Time/Info.spvm
- ppport.h
- script/spvmcc
- script/spvmdist
- solo/SPVM/MyExe.spvm
- solo/SPVM/TestCase.spvm
- solo/SPVM/TestCase/Allow.spvm
- solo/SPVM/TestCase/Callback1.spvm
- solo/SPVM/TestCase/Callback2.spvm
- solo/SPVM/TestCase/CommonInterface.spvm
- solo/SPVM/TestCase/Comparator.spvm
- solo/SPVM/TestCase/Comparator/Byte.spvm
- solo/SPVM/TestCase/ComparatorAnon.spvm
- solo/SPVM/TestCase/ComplexCalc.spvm
- solo/SPVM/TestCase/Complex_2d.spvm
- solo/SPVM/TestCase/Complex_2f.spvm
- solo/SPVM/TestCase/Data/Weaken.spvm
- solo/SPVM/TestCase/Destructor.spvm
- solo/SPVM/TestCase/DumpTest1.spvm
- solo/SPVM/TestCase/EnumA.spvm
- solo/SPVM/TestCase/EnumB.spvm
- solo/SPVM/TestCase/EnumC.spvm
- solo/SPVM/TestCase/EnumD.spvm
- solo/SPVM/TestCase/GenericList.spvm
- solo/SPVM/TestCase/ImplementCallback1.spvm
- solo/SPVM/TestCase/ImplementCallback2.spvm
- solo/SPVM/TestCase/Inline.spvm
- solo/SPVM/TestCase/List.spvm
- solo/SPVM/TestCase/Minimal.spvm
- solo/SPVM/TestCase/Minimal/XGetter.spvm
- solo/SPVM/TestCase/MinimalExtend.spvm
- solo/SPVM/TestCase/OnlyField.spvm
- solo/SPVM/TestCase/Point_3b.spvm
- solo/SPVM/TestCase/Point_3d.spvm
- solo/SPVM/TestCase/Point_3f.spvm
- solo/SPVM/TestCase/Point_3i.spvm
- solo/SPVM/TestCase/Point_3l.spvm
- solo/SPVM/TestCase/Point_3s.spvm
- solo/SPVM/TestCase/Pointer.spvm
- solo/SPVM/TestCase/Simple.spvm
- solo/SPVM/TestCase/Weaken.spvm
- solo/SPVM/TestCase/Weaken2.spvm
- solo/myexe.c
- solo/solo_Makefile.PL
- t/builder/builder_util.t
- t/builder/cc.t
- t/builder/config.t
- t/builder/config_exe.t
- t/builder/link_info.pl
- t/builder/object_file_info.t
- t/builder_cc.t
- t/compile_error/definition.t
- t/compile_error/dist.pl
- t/compile_error/extra.t
- t/compile_error/lib/MyTest.pm
- t/compile_error/lib/SPVM/CompileError/Add/LeftIsNotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/Add/RightIsNotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/Assign/BoxingDifferentType.spvm
- t/compile_error/lib/SPVM/CompileError/Assign/ConstToNoConst.spvm
- t/compile_error/lib/SPVM/CompileError/Assign/DifferentObject.spvm
- t/compile_error/lib/SPVM/CompileError/Assign/NarrwoingConvertionIntToByte.spvm
- t/compile_error/lib/SPVM/CompileError/Assign/NarrwoingConvertionIntToShort.spvm
- t/compile_error/lib/SPVM/CompileError/Assign/NarrwoingConvertionLongToByte.spvm
- t/compile_error/lib/SPVM/CompileError/Assign/NarrwoingConvertionLongToInt.spvm
- t/compile_error/lib/SPVM/CompileError/Assign/NarrwoingConvertionLongToShort.spvm
- t/compile_error/lib/SPVM/CompileError/Assign/NotNumericToNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/Assign/StringToBytArray.spvm
- t/compile_error/lib/SPVM/CompileError/Assign/UnboxingDifferentType.spvm
- t/compile_error/lib/SPVM/CompileError/BitNot/NotIntegral.spvm
- t/compile_error/lib/SPVM/CompileError/Bool/NotNumericObject.spvm
- t/compile_error/lib/SPVM/CompileError/CallMethod/ClassNotFound.spvm
- t/compile_error/lib/SPVM/CompileError/CallMethod/NotFound.spvm
- t/compile_error/lib/SPVM/CompileError/Class/ClassNameDifferntFromModuleName.spvm
- t/compile_error/lib/SPVM/CompileError/Class/NotClosed.spvm
- t/compile_error/lib/SPVM/CompileError/Class/classPartNameStartWithLowerCase.spvm
- t/compile_error/lib/SPVM/CompileError/ClassVar/OurClassVarNameColon2Twice.spvm
- t/compile_error/lib/SPVM/CompileError/ClassVar/OurClassVarNameContainsUnderScoreTwice.spvm
- t/compile_error/lib/SPVM/CompileError/ClassVar/OurClassVarNameEndColon2.spvm
- t/compile_error/lib/SPVM/CompileError/ClassVar/OurClassVarNameInvalidColon.spvm
- t/compile_error/lib/SPVM/CompileError/ClassVar/OurClassVarNameStartDigit.spvm
- t/compile_error/lib/SPVM/CompileError/ClassVar/PackageVar/OurPackageVarNameColon2Twice.spvm
- t/compile_error/lib/SPVM/CompileError/ClassVar/PackageVar/OurPackageVarNameContainsUnderScoreTwice.spvm
- t/compile_error/lib/SPVM/CompileError/ClassVar/PackageVar/OurPackageVarNameEndColon2.spvm
- t/compile_error/lib/SPVM/CompileError/ClassVar/PackageVar/OurPackageVarNameInvalidColon.spvm
- t/compile_error/lib/SPVM/CompileError/ClassVar/PackageVar/OurPackageVarNameStartDigit.spvm
- t/compile_error/lib/SPVM/CompileError/ClassVar/PackageVar/Private.spvm
- t/compile_error/lib/SPVM/CompileError/ClassVar/Private.spvm
- t/compile_error/lib/SPVM/CompileError/ComparisonOperator/GeNotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/ComparisonOperator/GtNotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/ComparisonOperator/LeNotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/ComparisonOperator/LtNotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/Concat/LeftIsNotString.spvm
- t/compile_error/lib/SPVM/CompileError/Concat/RightIsNotString.spvm
- t/compile_error/lib/SPVM/CompileError/Convert/ConvertFromByteArrayToString.spvm
- t/compile_error/lib/SPVM/CompileError/Convert/ConvertFromMultiNumericType.spvm
- t/compile_error/lib/SPVM/CompileError/Convert/ConvertFromRef.spvm
- t/compile_error/lib/SPVM/CompileError/Convert/ConvertFromStringToByteArray.spvm
- t/compile_error/lib/SPVM/CompileError/Convert/ConvertToInterface.spvm
- t/compile_error/lib/SPVM/CompileError/Convert/ConvertToRef.spvm
- t/compile_error/lib/SPVM/CompileError/Divide/DivuiLeftIsNotInt.spvm
- t/compile_error/lib/SPVM/CompileError/Divide/DivuiRightIsNotInt.spvm
- t/compile_error/lib/SPVM/CompileError/Divide/DivulLeftIsNotLong.spvm
- t/compile_error/lib/SPVM/CompileError/Divide/DivulRightIsNotLong.spvm
- t/compile_error/lib/SPVM/CompileError/Divide/LeftIsNotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/Divide/RightIsNotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/Enum/PrivateAccess.spvm
- t/compile_error/lib/SPVM/CompileError/Field/HasFieldNameContainsUnderScoreTwice.spvm
- t/compile_error/lib/SPVM/CompileError/Field/HasFieldNameStartDigit.spvm
- t/compile_error/lib/SPVM/CompileError/Field/Private.spvm
- t/compile_error/lib/SPVM/CompileError/ForTest.spvm
- t/compile_error/lib/SPVM/CompileError/Interface/ArrayElementCantAssign.spvm
- t/compile_error/lib/SPVM/CompileError/Interface/HasImplNotFound.spvm
- t/compile_error/lib/SPVM/CompileError/Interface/HaveBlock.spvm
- t/compile_error/lib/SPVM/CompileError/Interface/MultiRequiredMethods.spvm
- t/compile_error/lib/SPVM/CompileError/Interface/NativeMethod.spvm
- t/compile_error/lib/SPVM/CompileError/Interface/NoMethods.spvm
- t/compile_error/lib/SPVM/CompileError/Interface/NotHaveInterfaceMethod.spvm
- t/compile_error/lib/SPVM/CompileError/Interface/StaticMethod.spvm
- t/compile_error/lib/SPVM/CompileError/InvalidType.spvm
- t/compile_error/lib/SPVM/CompileError/Isa/LeftIsNotObject.spvm
- t/compile_error/lib/SPVM/CompileError/Literal/Character/InvalidCharacterLiteral.spvm
- t/compile_error/lib/SPVM/CompileError/Literal/Character/InvalidCharacterLiteralEmpty.spvm
- t/compile_error/lib/SPVM/CompileError/Literal/Character/InvalidHexAscii1.spvm
- t/compile_error/lib/SPVM/CompileError/Literal/Character/InvalidHexAscii2.spvm
- t/compile_error/lib/SPVM/CompileError/Literal/Character/NotEnd.spvm
- t/compile_error/lib/SPVM/CompileError/Literal/Integer/IntOutOfRange.spvm
- t/compile_error/lib/SPVM/CompileError/LocalVar/LocalVarNameColon2Twice.spvm
- t/compile_error/lib/SPVM/CompileError/LocalVar/LocalVarNameContainsUnderScoreTwice.spvm
- t/compile_error/lib/SPVM/CompileError/LocalVar/LocalVarNameEndColon2.spvm
- t/compile_error/lib/SPVM/CompileError/LocalVar/LocalVarNameInvalidColon.spvm
- t/compile_error/lib/SPVM/CompileError/LocalVar/LocalVarNameStartDigit.spvm
- t/compile_error/lib/SPVM/CompileError/Method/INIT.spvm
- t/compile_error/lib/SPVM/CompileError/Method/MethodNameContainsUnderScoreTwice.spvm
- t/compile_error/lib/SPVM/CompileError/Method/MethodNameStartDigit.spvm
- t/compile_error/lib/SPVM/CompileError/Method/TooManyArguments.spvm
- t/compile_error/lib/SPVM/CompileError/Method/TooManyArgumentsMulnum.spvm
- t/compile_error/lib/SPVM/CompileError/MultiNumeric/Fields17.spvm
- t/compile_error/lib/SPVM/CompileError/MultiNumeric/FieldsZero.spvm
- t/compile_error/lib/SPVM/CompileError/Multiply/LeftIsNotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/Multiply/RightIsNotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/New/Private.spvm
- t/compile_error/lib/SPVM/CompileError/OArray/AssignNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/OArray/AssignNumericArray.spvm
- t/compile_error/lib/SPVM/CompileError/Remainder/LeftIsNotIntegral.spvm
- t/compile_error/lib/SPVM/CompileError/Remainder/RemuiLeftIsNotInt.spvm
- t/compile_error/lib/SPVM/CompileError/Remainder/RemuiRightIsNotInt.spvm
- t/compile_error/lib/SPVM/CompileError/Remainder/RemulLeftIsNotLong.spvm
- t/compile_error/lib/SPVM/CompileError/Remainder/RemulRightIsNotLong.spvm
- t/compile_error/lib/SPVM/CompileError/Remainder/RightIsNotIntegral.spvm
- t/compile_error/lib/SPVM/CompileError/String/AssignNonMutableToMutable.spvm
- t/compile_error/lib/SPVM/CompileError/String/CharacterAssign.spvm
- t/compile_error/lib/SPVM/CompileError/Sub/Begin.spvm
- t/compile_error/lib/SPVM/CompileError/Sub/SubNameContainsUnderScoreTwice.spvm
- t/compile_error/lib/SPVM/CompileError/Sub/SubNameStartDigit.spvm
- t/compile_error/lib/SPVM/CompileError/Subtract/LeftIsNotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/Subtract/RightIsNotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/Syntax/LineNumber.spvm
- t/compile_error/lib/SPVM/CompileError/Type/MultiDimensionalAnyObject.spvm
- t/compile_error/lib/SPVM/CompileError/Type/MutableNoStringCaseInt.spvm
- t/compile_error/lib/SPVM/CompileError/Type/MutableNoStringCaseStringArray.spvm
- t/compile_error/lib/SPVM/CompileError/TypeCantBeDetectedUndef.spvm
- t/compile_error/lib/SPVM/CompileError/TypeCantBeDetectedUndefDefault.spvm
- t/compile_error/lib/SPVM/CompileError/TypeComment/NotExistType.spvm
- t/compile_error/lib/SPVM/CompileError/UnaryMinus/NotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/UnaryPlus/NotNumeric.spvm
- t/compile_error/lib/SPVM/CompileError/Use/AliasDuplication.spvm
- t/compile_error/lib/SPVM/CompileError/Use/AliasStartsLowerCase.spvm
- t/compile_error/lib/SPVM/CompileError/Use/ImportMethodNotFound.spvm
- t/compile_error/lib/SPVM/CompileError/Weaken/IsweakFieldNotObjectType.spvm
- t/compile_error/lib/SPVM/CompileError/Weaken/UnweakenFieldNotObjectType.spvm
- t/compile_error/lib/SPVM/CompileError/Weaken/WeakenFieldNotObjectType.spvm
- t/compile_error/literal.t
- t/compile_error/operator.t
- t/compile_error/perl_program.pl
- t/compile_error/statement.t
- t/compile_error/type.t
- t/default/000_use_spvm.t
- t/default/001_use_empty_class.t
- t/default/002_use_minimal_method_class.t
- t/default/003_call_minimal_method.t
- t/default/SPVM_Array.t
- t/default/SPVM_Bool.t
- t/default/SPVM_Byte.t
- t/default/SPVM_ByteList.t
- t/default/SPVM_Double.t
- t/default/SPVM_DoubleList.t
- t/default/SPVM_Float.t
- t/default/SPVM_FloatList.t
- t/default/SPVM_Fn.t
- t/default/SPVM_Format.t
- t/default/SPVM_Hash.t
- t/default/SPVM_Int.t
- t/default/SPVM_IntList.t
- t/default/SPVM_List.t
- t/default/SPVM_Long.t
- t/default/SPVM_LongList.t
- t/default/SPVM_Point.t
- t/default/SPVM_Point3D.t
- t/default/SPVM_Short.t
- t/default/SPVM_ShortList.t
- t/default/SPVM_Sort.t
- t/default/SPVM_StringBuffer.t
- t/default/SPVM_StringList.t
- t/default/SPVM_Time.t
- t/default/__CLASS__.t
- t/default/__FILE__.t
- t/default/__LINE__.t
- t/default/add.t
- t/default/alias.t
- t/default/allow.t
- t/default/any_object_array.t
- t/default/array.t
- t/default/array_big.t
- t/default/array_middle.t
- t/default/assign.t
- t/default/begin.t
- t/default/bit_not.t
- t/default/bit_operator.t
- t/default/callback.t
- t/default/class_id.t
- t/default/class_var.t
- t/default/comment.t
- t/default/comparison_operator.t
- t/default/compile_native_api.pl
- t/default/concat.t
- t/default/constant.t
- t/default/copy.t
- t/default/default_loaded_modules.t
- t/default/divide.t
- t/default/dump.t
- t/default/enum.t
- t/default/error_code.t
- t/default/examples.t
- t/default/exception.t
- t/default/exchange_api.t
- t/default/exchange_api_call_method.t
- t/default/fat_camma.t
- t/default/field.t
- t/default/for.t
- t/default/if.t
- t/default/increment.t
- t/default/inline.t
- t/default/interface.t
- t/default/isa.t
- t/default/lib/SPVM/4foo.spvm
- t/default/lib/SPVM/EmptyClass.spvm
- t/default/lib/SPVM/EmptyPackage.spvm
- t/default/lib/SPVM/MinimalMethod.spvm
- t/default/lib/SPVM/MyMath.spvm
- t/default/lib/SPVM/TestCase.spvm
- t/default/lib/SPVM/TestCase/Add.spvm
- t/default/lib/SPVM/TestCase/Alias.spvm
- t/default/lib/SPVM/TestCase/Allow.spvm
- t/default/lib/SPVM/TestCase/Allow/PrivateData.spvm
- t/default/lib/SPVM/TestCase/AnyObjectArray.spvm
- t/default/lib/SPVM/TestCase/Array.spvm
- t/default/lib/SPVM/TestCase/ArrayBigSize.spvm
- t/default/lib/SPVM/TestCase/ArrayMiddleSize.spvm
- t/default/lib/SPVM/TestCase/Assign.spvm
- t/default/lib/SPVM/TestCase/Begin.spvm
- t/default/lib/SPVM/TestCase/BitNot.spvm
- t/default/lib/SPVM/TestCase/BitOperator.spvm
- t/default/lib/SPVM/TestCase/CLASS.spvm
- t/default/lib/SPVM/TestCase/Callback.spvm
- t/default/lib/SPVM/TestCase/Callback/Callback.spvm
- t/default/lib/SPVM/TestCase/Callback/ImplementCallback1.spvm
- t/default/lib/SPVM/TestCase/Callback/ImplementCallback2.spvm
- t/default/lib/SPVM/TestCase/ClassId.spvm
- t/default/lib/SPVM/TestCase/ClassVar.spvm
- t/default/lib/SPVM/TestCase/Comment/CR.spvm
- t/default/lib/SPVM/TestCase/Comment/CRLF.spvm
- t/default/lib/SPVM/TestCase/Comment/LF.spvm
- t/default/lib/SPVM/TestCase/ComparisonOperator.spvm
- t/default/lib/SPVM/TestCase/Concat.spvm
- t/default/lib/SPVM/TestCase/Constant.spvm
- t/default/lib/SPVM/TestCase/Copy.spvm
- t/default/lib/SPVM/TestCase/Data/Weaken.spvm
- t/default/lib/SPVM/TestCase/Destructor.spvm
- t/default/lib/SPVM/TestCase/Divide.spvm
- t/default/lib/SPVM/TestCase/Dump.spvm
- t/default/lib/SPVM/TestCase/DumpTest1.spvm
- t/default/lib/SPVM/TestCase/Empty.spvm
- t/default/lib/SPVM/TestCase/Enum.spvm
- t/default/lib/SPVM/TestCase/Enum/Data1.spvm
- t/default/lib/SPVM/TestCase/ErrorCode.spvm
- t/default/lib/SPVM/TestCase/Examples.spvm
- t/default/lib/SPVM/TestCase/Exception.spvm
- t/default/lib/SPVM/TestCase/ExchangeAPI.spvm
- t/default/lib/SPVM/TestCase/FILE.spvm
- t/default/lib/SPVM/TestCase/FatCamma.spvm
- t/default/lib/SPVM/TestCase/Field.spvm
- t/default/lib/SPVM/TestCase/For.spvm
- t/default/lib/SPVM/TestCase/If.spvm
- t/default/lib/SPVM/TestCase/IfRequire.spvm
- t/default/lib/SPVM/TestCase/Increment.spvm
- t/default/lib/SPVM/TestCase/Inline.spvm
- t/default/lib/SPVM/TestCase/Interface.spvm
- t/default/lib/SPVM/TestCase/InterfaceType.spvm
- t/default/lib/SPVM/TestCase/Isa.spvm
- t/default/lib/SPVM/TestCase/LINEN.spvm
- t/default/lib/SPVM/TestCase/LINER.spvm
- t/default/lib/SPVM/TestCase/LINERN.spvm
- t/default/lib/SPVM/TestCase/Lib/Array.spvm
- t/default/lib/SPVM/TestCase/Lib/Bool.spvm
- t/default/lib/SPVM/TestCase/Lib/Byte.spvm
- t/default/lib/SPVM/TestCase/Lib/ByteList.spvm
- t/default/lib/SPVM/TestCase/Lib/Double.spvm
- t/default/lib/SPVM/TestCase/Lib/DoubleList.spvm
- t/default/lib/SPVM/TestCase/Lib/Float.spvm
- t/default/lib/SPVM/TestCase/Lib/FloatList.spvm
- t/default/lib/SPVM/TestCase/Lib/Fn.spvm
- t/default/lib/SPVM/TestCase/Lib/Format.spvm
- t/default/lib/SPVM/TestCase/Lib/Hash.spvm
- t/default/lib/SPVM/TestCase/Lib/Int.spvm
- t/default/lib/SPVM/TestCase/Lib/IntList.spvm
- t/default/lib/SPVM/TestCase/Lib/List.spvm
- t/default/lib/SPVM/TestCase/Lib/Long.spvm
- t/default/lib/SPVM/TestCase/Lib/LongList.spvm
- t/default/lib/SPVM/TestCase/Lib/Point.spvm
- t/default/lib/SPVM/TestCase/Lib/Point3D.spvm
- t/default/lib/SPVM/TestCase/Lib/Short.spvm
- t/default/lib/SPVM/TestCase/Lib/ShortList.spvm
- t/default/lib/SPVM/TestCase/Lib/Sort.spvm
- t/default/lib/SPVM/TestCase/Lib/StringBuffer.spvm
- t/default/lib/SPVM/TestCase/Lib/StringList.spvm
- t/default/lib/SPVM/TestCase/Lib/Time.spvm
- t/default/lib/SPVM/TestCase/Literal/Character.spvm
- t/default/lib/SPVM/TestCase/Literal/FloatingPoint.spvm
- t/default/lib/SPVM/TestCase/Literal/Integer.spvm
- t/default/lib/SPVM/TestCase/Literal/String.spvm
- t/default/lib/SPVM/TestCase/Literal/Undef.spvm
- t/default/lib/SPVM/TestCase/LocalVar.spvm
- t/default/lib/SPVM/TestCase/LogicalOperator.spvm
- t/default/lib/SPVM/TestCase/Matrix4_16b.spvm
- t/default/lib/SPVM/TestCase/Matrix4_16d.spvm
- t/default/lib/SPVM/TestCase/Matrix4_16f.spvm
- t/default/lib/SPVM/TestCase/Matrix4_16i.spvm
- t/default/lib/SPVM/TestCase/Matrix4_16l.spvm
- t/default/lib/SPVM/TestCase/Matrix4_16s.spvm
- t/default/lib/SPVM/TestCase/Method.spvm
- t/default/lib/SPVM/TestCase/Minimal.spvm
- t/default/lib/SPVM/TestCase/ModuleContainsMultiClass.spvm
- t/default/lib/SPVM/TestCase/ModuleContainsMultiClass/FloatMatrix.spvm
- t/default/lib/SPVM/TestCase/ModuleContainsMultiPackage.spvm
- t/default/lib/SPVM/TestCase/Mulnum.spvm
- t/default/lib/SPVM/TestCase/MulnumArray.spvm
- t/default/lib/SPVM/TestCase/Multiply.spvm
- t/default/lib/SPVM/TestCase/NativeAPI.c
- t/default/lib/SPVM/TestCase/NativeAPI.config
- t/default/lib/SPVM/TestCase/NativeAPI.spvm
- t/default/lib/SPVM/TestCase/NativeAPI2.c
- t/default/lib/SPVM/TestCase/NativeAPI2.config
- t/default/lib/SPVM/TestCase/NativeAPI2.native/include/bar.h
- t/default/lib/SPVM/TestCase/NativeAPI2.native/include/base.h
- t/default/lib/SPVM/TestCase/NativeAPI2.native/include/baz/baz.h
- t/default/lib/SPVM/TestCase/NativeAPI2.native/include/foo.h
- t/default/lib/SPVM/TestCase/NativeAPI2.native/src/bar.c
- t/default/lib/SPVM/TestCase/NativeAPI2.native/src/baz/baz.c
- t/default/lib/SPVM/TestCase/NativeAPI2.native/src/baz/noneed.txt
- t/default/lib/SPVM/TestCase/NativeAPI2.native/src/foo.c
- t/default/lib/SPVM/TestCase/NativeAPI2.native/src/noneed.txt
- t/default/lib/SPVM/TestCase/NativeAPI2.spvm
- t/default/lib/SPVM/TestCase/NativeAPICpp.config
- t/default/lib/SPVM/TestCase/NativeAPICpp.cpp
- t/default/lib/SPVM/TestCase/NativeAPICpp.native/include/mylib.hpp
- t/default/lib/SPVM/TestCase/NativeAPICpp.native/src/mylib.cpp
- t/default/lib/SPVM/TestCase/NativeAPICpp.spvm
- t/default/lib/SPVM/TestCase/NumericOperator.spvm
- t/default/lib/SPVM/TestCase/Object.spvm
- t/default/lib/SPVM/TestCase/OnlyField.spvm
- t/default/lib/SPVM/TestCase/PointForTest.spvm
- t/default/lib/SPVM/TestCase/Point_3b.spvm
- t/default/lib/SPVM/TestCase/Point_3d.spvm
- t/default/lib/SPVM/TestCase/Point_3f.spvm
- t/default/lib/SPVM/TestCase/Point_3i.spvm
- t/default/lib/SPVM/TestCase/Point_3l.spvm
- t/default/lib/SPVM/TestCase/Point_3s.spvm
- t/default/lib/SPVM/TestCase/Pointable.spvm
- t/default/lib/SPVM/TestCase/Pointer.c
- t/default/lib/SPVM/TestCase/Pointer.config
- t/default/lib/SPVM/TestCase/Pointer.spvm
- t/default/lib/SPVM/TestCase/Precedence.spvm
- t/default/lib/SPVM/TestCase/Print.spvm
- t/default/lib/SPVM/TestCase/Private.spvm
- t/default/lib/SPVM/TestCase/Ref.spvm
- t/default/lib/SPVM/TestCase/Refcnt.spvm
- t/default/lib/SPVM/TestCase/Refop.spvm
- t/default/lib/SPVM/TestCase/Remainder.spvm
- t/default/lib/SPVM/TestCase/Resource/Mylib1/V1_0_0.config
- t/default/lib/SPVM/TestCase/Resource/Mylib1/V1_0_0.mode1.config
- t/default/lib/SPVM/TestCase/Resource/Mylib1/V1_0_0.native/include/mylib1_source1.h
- t/default/lib/SPVM/TestCase/Resource/Mylib1/V1_0_0.native/include/mylib1_source2.h
- t/default/lib/SPVM/TestCase/Resource/Mylib1/V1_0_0.native/src/extra.c
- t/default/lib/SPVM/TestCase/Resource/Mylib1/V1_0_0.native/src/mylib1_source1.c
- t/default/lib/SPVM/TestCase/Resource/Mylib1/V1_0_0.native/src/mylib1_source2.c
- t/default/lib/SPVM/TestCase/Resource/Mylib2/V1_0_0.config
- t/default/lib/SPVM/TestCase/Resource/Mylib2/V1_0_0.native/include/mylib2_source1.h
- t/default/lib/SPVM/TestCase/Resource/Mylib2/V1_0_0.native/src/mylib2_source1.c
- t/default/lib/SPVM/TestCase/Return.spvm
- t/default/lib/SPVM/TestCase/Seqop.spvm
- t/default/lib/SPVM/TestCase/Simple.spvm
- t/default/lib/SPVM/TestCase/SpecialAssign.spvm
- t/default/lib/SPVM/TestCase/String.spvm
- t/default/lib/SPVM/TestCase/Subtract.spvm
- t/default/lib/SPVM/TestCase/Switch.spvm
- t/default/lib/SPVM/TestCase/SymbolName_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.spvm
- t/default/lib/SPVM/TestCase/Term.spvm
- t/default/lib/SPVM/TestCase/TypeCast.spvm
- t/default/lib/SPVM/TestCase/TypeComment.spvm
- t/default/lib/SPVM/TestCase/TypeConversion.spvm
- t/default/lib/SPVM/TestCase/UnaryMinus.spvm
- t/default/lib/SPVM/TestCase/UnaryPlus.spvm
- t/default/lib/SPVM/TestCase/Unless.spvm
- t/default/lib/SPVM/TestCase/UseResource.spvm
- t/default/lib/SPVM/TestCase/UseResource/Basic.c
- t/default/lib/SPVM/TestCase/UseResource/Basic.config
- t/default/lib/SPVM/TestCase/UseResource/Basic.spvm
- t/default/lib/SPVM/TestCase/UseResource/Mylib1.c
- t/default/lib/SPVM/TestCase/UseResource/Mylib1.config
- t/default/lib/SPVM/TestCase/UseResource/Mylib1.spvm
- t/default/lib/SPVM/TestCase/UseResource/Mylib2.c
- t/default/lib/SPVM/TestCase/UseResource/Mylib2.config
- t/default/lib/SPVM/TestCase/UseResource/Mylib2.spvm
- t/default/lib/SPVM/TestCase/Warn.spvm
- t/default/lib/SPVM/TestCase/Weaken.spvm
- t/default/lib/SPVM/TestCase/While.spvm
- t/default/lib/SPVM/foo.spvm
- t/default/literal_character.t
- t/default/literal_floating_point.t
- t/default/literal_integer.t
- t/default/literal_string.t
- t/default/literal_undef.t
- t/default/local_var.t
- t/default/logical_operator.t
- t/default/method.t
- t/default/mulnum.t
- t/default/mulnum_array.t
- t/default/multiply.t
- t/default/native_api.t
- t/default/native_api_cached.t
- t/default/native_api_cpp.t
- t/default/numeric_operator.t
- t/default/object.t
- t/default/precedence.t
- t/default/print.t
- t/default/ref.t
- t/default/refcnt.t
- t/default/refop.t
- t/default/remainder.t
- t/default/require.t
- t/default/resource.t
- t/default/return.t
- t/default/seqop.t
- t/default/special_assign.t
- t/default/string.t
- t/default/subtract.t
- t/default/switch.t
- t/default/symbol_name.t
- t/default/term.t
- t/default/type_cast.t
- t/default/type_comment.t
- t/default/type_conversion.t
- t/default/unary_minus.t
- t/default/unary_plus.t
- t/default/unless.t
- t/default/warn.t
- t/default/weaken.t
- t/default/while.t
- t/exe/SPVM_Builder_Exe.t
- t/exe/lib/SPVM/MyExe.spvm
- t/exe/lib/SPVM/MyExe/Foo/Bar.config
- t/exe/lib/SPVM/MyExe/Foo/Bar.spvm
- t/exe/lib/SPVM/MyExe/Precompile.spvm
- t/exe/lib/SPVM/TestCase/NativeAPI2.c
- t/exe/lib/SPVM/TestCase/NativeAPI2.config
- t/exe/lib/SPVM/TestCase/NativeAPI2.native/include/bar.h
- t/exe/lib/SPVM/TestCase/NativeAPI2.native/include/base.h
- t/exe/lib/SPVM/TestCase/NativeAPI2.native/include/baz/baz.h
- t/exe/lib/SPVM/TestCase/NativeAPI2.native/include/foo.h
- t/exe/lib/SPVM/TestCase/NativeAPI2.native/src/bar.c
- t/exe/lib/SPVM/TestCase/NativeAPI2.native/src/baz/baz.c
- t/exe/lib/SPVM/TestCase/NativeAPI2.native/src/baz/noneed.txt
- t/exe/lib/SPVM/TestCase/NativeAPI2.native/src/foo.c
- t/exe/lib/SPVM/TestCase/NativeAPI2.native/src/noneed.txt
- t/exe/lib/SPVM/TestCase/NativeAPI2.spvm
- t/exe/myexe.config
- t/exe/myexe.debug.config
- t/exe/myexe.no_precompile.config
- t/exe/myexe.no_precompile_no_compiler_api.config
- t/exe/myexe.pl
- t/exe/spvmcc.t
- t/spvmdist/command.t
- t/spvmdist/module.t
- t/test_files/SPVM/Foo.config
- t/test_files/file_eof.txt
- t/test_files/fread.txt
- t/test_files/fread_eof.txt
- t/test_files/long_line.txt
- t/testlib/TestAuto.pm
- t/testlib/TestFile.pm
- t/utils/copy_default_to_precompile.pl
- t/utils/get_native_api_indexes.pl
- t/utils/sort_method_name_native.pl
- t/utils/sort_method_name_pod.pl
- t/utils/sort_method_name_spvm.pl
- yacc/bison.sh
- yacc/spvm_yacc.y