OSDN Git Service

[UPDATE] I change Ast's type from variant to polymorphic variant.
authormzp <mzpppp@gmail.com>
Mon, 24 Nov 2008 06:25:52 +0000 (15:25 +0900)
committermzp <mzpppp@gmail.com>
Mon, 24 Nov 2008 06:25:52 +0000 (15:25 +0900)
commit9e369e06cf8fb554418870e2c6ae0333ecd51f90
tree9ba904c91b181ca7eb29127834de588153bf2005
parent43e237da84e317dde2da8914d72347a66f4f3ff1
[UPDATE] I change Ast's type from variant to polymorphic variant.

This change make ease to add new ast-element.
13 files changed:
src/ast.ml
src/ast.mli
src/closTrans.ml
src/closTrans.mli
src/closureTrans.ml
src/codegen.ml
src/lisp.ml
test/astUtil.ml
test/test_ast.ml
test/test_clostrans.ml
test/test_closuretrans.ml
test/test_codegen.ml
test/test_lisp.ml