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

fix: error parsing constant 9000 #472

Closed
DavePearce opened this issue Dec 19, 2024 · 0 comments · Fixed by #478
Closed

fix: error parsing constant 9000 #472

DavePearce opened this issue Dec 19, 2024 · 0 comments · Fixed by #478
Assignees
Labels
bug Something isn't working

Comments

@DavePearce
Copy link
Collaborator

The following fails for reasons unknown:

(defconst G 9000)

Changing the constant to e.g. 2000 and it parses fine. I guess we're missing a case checking for the start of a number?

@DavePearce DavePearce added the bug Something isn't working label Dec 19, 2024
@DavePearce DavePearce changed the title error parsing constant 9000 fix: error parsing constant 9000 Dec 19, 2024
@DavePearce DavePearce linked a pull request Dec 20, 2024 that will close this issue
@DavePearce DavePearce self-assigned this Dec 20, 2024
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.

1 participant