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

Tokenization errors #467

Closed
PEZ opened this issue Nov 12, 2019 · 1 comment
Closed

Tokenization errors #467

PEZ opened this issue Nov 12, 2019 · 1 comment
Labels
bug Something isn't working paredit Paredit and structural editing

Comments

@PEZ
Copy link
Collaborator

PEZ commented Nov 12, 2019

@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)

@PEZ
Copy link
Collaborator Author

PEZ commented Nov 12, 2019

Since a #464 will close #463, I created a new issue where we can collect more of these lexing misses.

@PEZ PEZ mentioned this issue Nov 14, 2019
18 tasks
@cfehse cfehse added the paredit Paredit and structural editing label Nov 16, 2019
@bpringe bpringe added the bug Something isn't working label May 12, 2020
@bpringe bpringe closed this as completed May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working paredit Paredit and structural editing
Projects
None yet
Development

No branches or pull requests

3 participants