-
Notifications
You must be signed in to change notification settings - Fork 26
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 real literals not implemented in the parser #354
Comments
I just want to point out that the arrays have nothing to do with the problem. It is the parser that cannot handle negative |
How hard is this to address? Is the problem the dot in the real? |
Probably. But it works this way. class Main
def main() : void
let tem = 0-1.0 in
() |
Someone should fix this. |
@PhucVH888 |
Fix #354, Added support for negating expressions
Fixed as of 6791bfe |
When I try to represent a vector with both negative and positive real numbers.
The result is that I cannot initialise the arrays with
negative real array
.Or even trying with
negative real number
itselfAnd here is the error message:
The text was updated successfully, but these errors were encountered: