diff core/src/luan/impl/LuanParser.java @ 584:0742ac78fa69

add Luan.load_theme
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 12 Aug 2015 05:21:21 -0600
parents 289908469e02
children b73f005f3735
line wrap: on
line diff
--- a/core/src/luan/impl/LuanParser.java	Fri Jul 31 19:19:42 2015 -0600
+++ b/core/src/luan/impl/LuanParser.java	Wed Aug 12 05:21:21 2015 -0600
@@ -256,7 +256,6 @@
 			|| (stmt=ForStmt()) != null
 			|| (stmt=DoStmt()) != null
 			|| (stmt=WhileStmt()) != null
-			|| (stmt=FunctionStmt()) != null
 			|| (stmt=RepeatStmt()) != null
 			|| (stmt=IfStmt()) != null
 			|| (stmt=SetStmt()) != null