More optimizing

This commit is contained in:
tigercat2000
2018-04-05 15:29:08 -07:00
parent 354cf75cb7
commit c3c6c9caba
7 changed files with 54 additions and 41 deletions

View File

@@ -34,7 +34,7 @@
/* -- Compile a raw block of text -- */
/datum/TCS_Compiler/proc/Compile(code as message)
/datum/TCS_Compiler/proc/Compile(list/code)
options = new()
scanner = new(code, options)
tokens = scanner.Scan()