oops, previous commit didn't compile

This commit is contained in:
adelikat 2012-07-22 22:26:43 +00:00
parent 09fb9c88f4
commit f9c764f5e5
1 changed files with 1 additions and 3 deletions

View File

@ -18,9 +18,7 @@ namespace BizHawk.MultiClient
bool changes = false;
bool hasChanged;
public Regex keyWords = new Regex("and|break|do|else|if|end|false|for|function|in|local|nil|not|or|repeat|return|then|true|until|while|elseif");
Regex keyWords = new Regex("and|break|do|else|if|end|false|for|function|in|local|nil|not|or|repeat|return|then|true|until|while|elseif");
char[] Symbols = { '+','-','*','/','%','^','#','=','<','>','(',')','{','}','[',']',';',':',',','.' };
char[] Symbols = { '+','-','*','/','%','^','#','=','<','>','(',')','{','}','[',']',';',':',',','.' };
public LuaWriter()