|
@@ -6,7 +6,7 @@ TODO:
|
|
|
OPTIMIZATION
|
|
|
- replace eval for statements with functions/inlines
|
|
|
- replace closures (eval) with functions
|
|
|
-
|
|
|
+*)
|
|
|
(*
|
|
|
* haXe/PHP Compiler
|
|
|
* Copyright (c)2008 Franco Ponticelli
|
|
@@ -1866,4 +1866,4 @@ let generate com =
|
|
|
) com.types;
|
|
|
Hashtbl.iter (fun name data ->
|
|
|
write_resource com.file name data
|
|
|
- ) com.resources;
|
|
|
+ ) com.resources;
|