Skip to content

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

@eric3119

Description

@eric3119

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions