Upgraded to new mutan

This commit is contained in:
obscuren
2014-05-10 16:22:57 +02:00
parent faa3aa14ed
commit 23fc50c61b
4 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ func Compile(script string) ([]byte, error) {
func CompileScript(script string) ([]byte, []byte, error) {
// Preprocess
mainInput, initInput := mutan.PreProcess(script)
mainInput, initInput := mutan.PreParse(script)
// Compile main script
mainScript, err := Compile(mainInput)
if err != nil {