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

Parsing error #375

Closed
gabriel-barrett opened this issue Apr 27, 2023 · 0 comments · Fixed by #364
Closed

Parsing error #375

gabriel-barrett opened this issue Apr 27, 2023 · 0 comments · Fixed by #364
Labels
bug Something isn't working

Comments

@gabriel-barrett
Copy link
Contributor

A string starting with a number followed by a character will be parsed as a number and a symbol.
Say, (let ((x 1)) (+ 2x)) results in 3. Instead, it should probably be parsed as a symbol, say, 2x should
be parsed as |2X| as in Common Lisp

@huitseeker huitseeker added the bug Something isn't working label May 4, 2023
@gabriel-barrett gabriel-barrett linked a pull request Jun 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants