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

Negative number not supported #2

Open
harinarayanan-kp opened this issue Nov 29, 2024 · 1 comment
Open

Negative number not supported #2

harinarayanan-kp opened this issue Nov 29, 2024 · 1 comment

Comments

@harinarayanan-kp
Copy link

Test code

ivananu x = -10;
x para;

ISSUE

Error during execution: Unexpected token Token('MINUS', '-') at line 1, column 13.
Expected one of:
        * LPAR
        * STRING
        * NUMBER
        * IDENTIFIER
Previous tokens: [Token('EQUAL', '=')]

@Apollo-Blaze
Copy link
Owner

Oh ok, I will add negative numbers too. Thanks for pointing it out

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