Skip to content

Tokenization errors #467

Closed
Closed
@PEZ

Description

@PEZ

Something similar is happening with the @ character. The form:
(print @fehse)
will be parsed to this:

0: {type: "open", offset: 0, raw: "(", state: {…}}
1: {type: "id", offset: 1, raw: "print", state: {…}}
2: {type: "ws", offset: 6, raw: " ", state: {…}}
3: {type: "junk", offset: 7, raw: "@", state: {…}}
4: {type: "id", offset: 8, raw: "fehse", state: {…}}
5: {type: "close", offset: 14, raw: ")", state: {…}}

Originally posted by @cfehse in #463 (comment)

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpareditParedit and structural editing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions