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

minus number error #27

Open
heruhday opened this issue Sep 29, 2022 · 1 comment
Open

minus number error #27

heruhday opened this issue Sep 29, 2022 · 1 comment

Comments

@heruhday
Copy link

I found an error "UnrecognizedToken { token: (8, Token(14, "-"), 9)"
ex. : let rs = eval.eval("{a: -3}")?;

and no error if: let rs = eval.eval("{a: 0-3}")?;

please fix this.

@jhugman
Copy link
Contributor

jhugman commented Jun 22, 2023

This will be easier once #30 lands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants