OSDN Git Service

merge src/ and test/ at scm/
authormzp <mzpppp@gmail.com>
Fri, 4 Sep 2009 08:48:37 +0000 (17:48 +0900)
committermzp <mzpppp@gmail.com>
Fri, 4 Sep 2009 08:48:37 +0000 (17:48 +0900)
commit1dafdaad964908fe3ae64933fb588e52bba61af3
tree233e2d9d606ccef87ad00f203499221f809e54e7
parentd540e5465af37ad607c3e940721ceef83547f035
merge src/ and test/ at scm/
91 files changed:
scm/OMakefile
scm/codegen/OMakefile [new file with mode: 0644]
scm/codegen/abc.ml [moved from scm/src/codegen/abc.ml with 100% similarity]
scm/codegen/abc.mli [moved from scm/src/codegen/abc.mli with 100% similarity]
scm/codegen/abcTest.ml [moved from scm/test/codegen/abcTest.ml with 100% similarity]
scm/codegen/asm.ml [moved from scm/src/codegen/asm.ml with 100% similarity]
scm/codegen/asm.mli [moved from scm/src/codegen/asm.mli with 100% similarity]
scm/codegen/asmTest.ml [moved from scm/test/codegen/asmTest.ml with 100% similarity]
scm/codegen/astUtil.ml [moved from scm/test/codegen/astUtil.ml with 100% similarity]
scm/codegen/binding.ml [moved from scm/src/codegen/binding.ml with 100% similarity]
scm/codegen/binding.mli [new file with mode: 0644]
scm/codegen/binding.mlip [moved from scm/src/codegen/binding.mlip with 100% similarity]
scm/codegen/bindingTest.ml [moved from scm/test/codegen/bindingTest.ml with 100% similarity]
scm/codegen/bytes.ml [moved from scm/src/codegen/bytes.ml with 100% similarity]
scm/codegen/bytes.mli [moved from scm/src/codegen/bytes.mli with 100% similarity]
scm/codegen/bytesTest.ml [moved from scm/test/codegen/bytesTest.ml with 100% similarity]
scm/codegen/closureTrans.ml [moved from scm/src/codegen/closureTrans.ml with 100% similarity]
scm/codegen/closureTrans.mli [moved from scm/src/codegen/closureTrans.mli with 100% similarity]
scm/codegen/closureTransTest.ml [moved from scm/test/codegen/closureTransTest.ml with 100% similarity]
scm/codegen/codegen.ml [moved from scm/src/codegen/codegen.ml with 100% similarity]
scm/codegen/codegen.mli [moved from scm/src/codegen/codegen.mli with 100% similarity]
scm/codegen/codegenClassTest.ml [moved from scm/test/codegen/codegenClassTest.ml with 100% similarity]
scm/codegen/codegenExprTest.ml [moved from scm/test/codegen/codegenExprTest.ml with 100% similarity]
scm/codegen/codegenStmtTest.ml [moved from scm/test/codegen/codegenStmtTest.ml with 100% similarity]
scm/codegen/cpool.ml [moved from scm/src/codegen/cpool.ml with 100% similarity]
scm/codegen/cpool.mli [moved from scm/src/codegen/cpool.mli with 100% similarity]
scm/codegen/cpoolTest.ml [moved from scm/test/codegen/cpoolTest.ml with 100% similarity]
scm/codegen/gen_inst [new symlink]
scm/codegen/gen_inst.ml [moved from scm/src/codegen/gen_inst.ml with 100% similarity]
scm/codegen/iSpec.ml [moved from scm/src/codegen/iSpec.ml with 100% similarity]
scm/codegen/instruction.ml [new file with mode: 0644]
scm/codegen/instruction.mlp [moved from scm/src/codegen/instruction.mlp with 100% similarity]
scm/codegen/instruction.txt [moved from scm/src/codegen/instruction.txt with 100% similarity]
scm/codegen/label.ml [moved from scm/src/codegen/label.ml with 100% similarity]
scm/codegen/label.mli [moved from scm/src/codegen/label.mli with 100% similarity]
scm/codegen/main.ml [moved from scm/src/codegen/main.ml with 100% similarity]
scm/codegen/match_body.h [new file with mode: 0644]
scm/codegen/module.ml [moved from scm/src/codegen/module.ml with 100% similarity]
scm/codegen/module.mli [new file with mode: 0644]
scm/codegen/module.mlip [moved from scm/src/codegen/module.mlip with 100% similarity]
scm/codegen/moduleTest.ml [moved from scm/test/codegen/moduleTest.ml with 100% similarity]
scm/codegen/opcode.h [new file with mode: 0644]
scm/codegen/override.ml [moved from scm/src/codegen/override.ml with 100% similarity]
scm/codegen/override.mli [new file with mode: 0644]
scm/codegen/override.mlip [moved from scm/src/codegen/override.mlip with 100% similarity]
scm/codegen/overrideTest.ml [moved from scm/test/codegen/overrideTest.ml with 100% similarity]
scm/codegen/revList.ml [moved from scm/src/codegen/revList.ml with 100% similarity]
scm/codegen/revList.mli [moved from scm/src/codegen/revList.mli with 100% similarity]
scm/codegen/revListTest.ml [moved from scm/test/codegen/revListTest.ml with 100% similarity]
scm/filter/OMakefile [new file with mode: 0644]
scm/filter/astUtil.ml [moved from scm/test/filter/astUtil.ml with 100% similarity]
scm/filter/binding.ml [moved from scm/src/filter/binding.ml with 100% similarity]
scm/filter/binding.mli [moved from scm/src/filter/binding.mli with 100% similarity]
scm/filter/bindingTest.ml [moved from scm/test/filter/bindingTest.ml with 100% similarity]
scm/filter/main.ml [moved from scm/src/filter/main.ml with 100% similarity]
scm/filter/rename.ml [moved from scm/src/filter/rename.ml with 100% similarity]
scm/filter/rename.mli [moved from scm/src/filter/rename.mli with 100% similarity]
scm/filter/renameTest.ml [moved from scm/test/filter/renameTest.ml with 100% similarity]
scm/interCode.ml [moved from scm/src/interCode.ml with 100% similarity]
scm/interCode.mli [moved from scm/src/interCode.mli with 100% similarity]
scm/interCodeTest.ml [moved from scm/test/interCodeTest.ml with 100% similarity]
scm/main.ml [moved from scm/src/main.ml with 100% similarity]
scm/parser/OMakefile [new file with mode: 0644]
scm/parser/astUtil.ml [moved from scm/test/parser/astUtil.ml with 100% similarity]
scm/parser/lexer.ml [moved from scm/src/parser/lexer.ml with 100% similarity]
scm/parser/lexer.mli [moved from scm/src/parser/lexer.mli with 100% similarity]
scm/parser/lexerTest.ml [moved from scm/test/parser/lexerTest.ml with 100% similarity]
scm/parser/lisp.ml [moved from scm/src/parser/lisp.ml with 100% similarity]
scm/parser/lisp.mli [moved from scm/src/parser/lisp.mli with 100% similarity]
scm/parser/lispTest.ml [moved from scm/test/parser/lispTest.ml with 100% similarity]
scm/parser/main.ml [moved from scm/src/parser/main.ml with 100% similarity]
scm/parser/parsec.ml [moved from scm/src/parser/parsec.ml with 100% similarity]
scm/parser/parsec.mli [moved from scm/src/parser/parsec.mli with 100% similarity]
scm/parser/sexp.ml [moved from scm/src/parser/sexp.ml with 100% similarity]
scm/parser/sexp.mli [moved from scm/src/parser/sexp.mli with 100% similarity]
scm/parser/sexpTest.ml [moved from scm/test/parser/sexpTest.ml with 100% similarity]
scm/parser/token.ml [moved from scm/src/parser/token.ml with 100% similarity]
scm/parser/token.mli [moved from scm/src/parser/token.mli with 100% similarity]
scm/type/OMakefile [new file with mode: 0644]
scm/type/ast.ml [moved from scm/src/type/ast.ml with 100% similarity]
scm/type/ast.mli [new file with mode: 0644]
scm/type/ast.mlip [moved from scm/src/type/ast.mlip with 100% similarity]
scm/type/error.ml [moved from scm/src/type/error.ml with 100% similarity]
scm/type/node.ml [moved from scm/src/type/node.ml with 100% similarity]
scm/type/node.mli [moved from scm/src/type/node.mli with 100% similarity]
scm/type/nodeTest.ml [moved from scm/test/type/nodeTest.ml with 100% similarity]
scm/type/pSet.ml [moved from scm/src/type/pSet.ml with 100% similarity]
scm/type/pSet.mli [moved from scm/src/type/pSet.mli with 100% similarity]
scm/type/psetTest.ml [moved from scm/test/type/psetTest.ml with 100% similarity]
scm/type/test_node.txt [moved from scm/test/type/test_node.txt with 100% similarity]
scm/type/type.h [moved from scm/src/type/type.h with 100% similarity]