Closed DrMeepso closed 4 days ago
{"{", TokenType.CurlyBracketOpen}, {"}", TokenType.CurlyBracketOpen},
^ This don't look right!
Getting errors when using the script tokenizer about unexpected "{" Turns out it never places a }, because it puts a { !
Was running into it not parsing the nl tabs properly
Also, because the tokenizer is discarding spaces method names starting with is are tokenized as PRIS, Identifier
^ This don't look right!
Getting errors when using the script tokenizer about unexpected "{" Turns out it never places a }, because it puts a { !