diff core/src/luan/impl/LuanImpl.java @ 663:b438a47196bc

finish compiling function blocks
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 07 Apr 2016 00:01:10 -0600
parents ee00a619eec1
children 71f8f5075df8
line wrap: on
line diff
--- a/core/src/luan/impl/LuanImpl.java	Wed Apr 06 21:47:45 2016 -0600
+++ b/core/src/luan/impl/LuanImpl.java	Thu Apr 07 00:01:10 2016 -0600
@@ -27,7 +27,7 @@
 		return listExpressions.get(i);
 	}
 
-
+/*
 	private static List<Stmt> listStmt = new ArrayList<Stmt>();
 
 	static int addStmt(Stmt stmt) {
@@ -39,7 +39,7 @@
 	public static Stmt getStmt(int i) {
 		return listStmt.get(i);
 	}
-
+*/
 
 	private static List<Settable> listSettable = new ArrayList<Settable>();