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

Incorrect parsing of negative literals #18

Open
lantiga opened this issue Feb 1, 2015 · 0 comments
Open

Incorrect parsing of negative literals #18

lantiga opened this issue Feb 1, 2015 · 0 comments
Assignees
Labels

Comments

@lantiga
Copy link
Owner

lantiga commented Feb 1, 2015

Negative numeric literals are not parsed correctly.
E.g. [-1 -2] gets parsed as vector(-1,2), (def a -1) produces def(1).

Workaround for now is enclose negative numeric literals in a unary minus (-1) form.

@lantiga lantiga added the bug label Feb 1, 2015
@lantiga lantiga self-assigned this Feb 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant