We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@PEZ
Something similar is happening with the @ character. The form: (print @fehse) will be parsed to this:
@
(print @fehse)
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)
The text was updated successfully, but these errors were encountered:
Since a #464 will close #463, I created a new issue where we can collect more of these lexing misses.
Sorry, something went wrong.
No branches or pull requests
@PEZ
Something similar is happening with the
@
character. The form:(print @fehse)
will be parsed to this:
Originally posted by @cfehse in #463 (comment)
The text was updated successfully, but these errors were encountered: