diff src/luan/impl/LuanCompiler.java @ 1333:25746915a241

merge Luan and LuanState
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 12 Feb 2019 22:33:40 -0700
parents f41919741100
children e0cf0d108a77
line wrap: on
line diff
--- a/src/luan/impl/LuanCompiler.java	Tue Feb 12 21:50:26 2019 -0700
+++ b/src/luan/impl/LuanCompiler.java	Tue Feb 12 22:33:40 2019 -0700
@@ -5,7 +5,6 @@
 import java.util.Map;
 import java.util.HashMap;
 import luan.LuanFunction;
-import luan.LuanState;
 import luan.LuanException;
 import luan.LuanTable;
 import luan.LuanClosure;