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

javalang.tokenizer.tokenize method does not generate the javalang.tokenizer.Character type #145

Open
eric3119 opened this issue Mar 17, 2024 · 0 comments

Comments

@eric3119
Copy link

eric3119 commented Mar 17, 2024

for example when calling the method
javalang.tokenizer.tokenize("'\"'")
the expected result would be of type literal javalang.tokenizer.Character with value '"', but the tokenizer identified it as String with value ''"''.
I don't know if it's a bug or if I'm calling the method the wrong way.

image

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

No branches or pull requests

1 participant