correct syntax errors in core scripts
This commit is contained in:
@@ -16,4 +16,7 @@ var ast = parse(result.tokens, src, filename, tokenize)
|
||||
var folded = fold(ast)
|
||||
var compiled = mcode(folded)
|
||||
var optimized = streamline(compiled)
|
||||
print(json.encode(optimized))
|
||||
print(json.encode(optimized, true, function(k,v) {
|
||||
if (is_array(v)) return json.encode(v)
|
||||
return v
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user