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

IDE crash #24

Closed
blackborn66 opened this issue Mar 16, 2023 · 2 comments
Closed

IDE crash #24

blackborn66 opened this issue Mar 16, 2023 · 2 comments

Comments

@blackborn66
Copy link
Contributor

I searched for near an hour for a simple stupid fail I made.
If you declare a constant and assign a value later, this happens ;)
I think the compiler should help the devs to find these things.
BTW: I like AQB quite a lot!

example:

CONST AS INTEGER n = 5
PRINT i
i = 4

in 0.8.2:

assertion "FALSE" failed: file "codegen.c", line 3509, function: CG_transAssignment
Program aborted

@gooofy
Copy link
Owner

gooofy commented Mar 29, 2023

should now be fixed:

431a198

@blackborn66
Copy link
Contributor Author

Yes it's fixed

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