OSDN Git Service

[UPDATE]I've finished Node
[happyabc/happyabc.git] / src / main.ml
index 31b5c0c..c459512 100644 (file)
@@ -3,9 +3,9 @@ open OptParse
 
 let generate path stream =
   let ast =
-    Lisp2.compile stream in
+    Lisp.compile stream in
   let abc = 
-    Codegen.generate @@ ClosureTrans2.trans @@ ClosTrans2.trans ast in
+    Codegen.generate @@ ClosureTrans.trans @@ ClosTrans.trans ast in
   let bytes =
     Abc.to_bytes abc in
   let ch =