Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a few issues with ScriptTokenizer.cs #30

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Conversation

DrMeepso
Copy link
Contributor

{"{", TokenType.CurlyBracketOpen},
{"}", TokenType.CurlyBracketOpen},

^ This don't look right!

Getting errors when using the script tokenizer about unexpected "{"
image
Turns out it never places a }, because it puts a { !

@DrMeepso DrMeepso changed the title Wrong Token for } in ScriptTokenizer.cs Fix a few issues with ScriptTokenizer.cs Nov 22, 2024
@DrMeepso
Copy link
Contributor Author

Was running into it not parsing the nl tabs properly

@DrMeepso
Copy link
Contributor Author

Also, because the tokenizer is discarding spaces method names starting with is are tokenized as PRIS, Identifier

@NotNite NotNite merged commit f0772d3 into NotNite:main Nov 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants