oops, previous commit didn't compile
This commit is contained in:
parent
09fb9c88f4
commit
f9c764f5e5
|
@ -18,9 +18,7 @@ namespace BizHawk.MultiClient
|
||||||
bool changes = false;
|
bool changes = false;
|
||||||
bool hasChanged;
|
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");
|
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");
|
||||||
|
char[] Symbols = { '+','-','*','/','%','^','#','=','<','>','(',')','{','}','[',']',';',':',',','.' };
|
||||||
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 = { '+','-','*','/','%','^','#','=','<','>','(',')','{','}','[',']',';',':',',','.' };
|
|
||||||
|
|
||||||
|
|
||||||
public LuaWriter()
|
public LuaWriter()
|
||||||
|
|
Loading…
Reference in New Issue