We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiler dies without an error message when declaring func outside of bank
Steps to reproduce:
Create file bugtest.wiz with the following content
bugtest.wiz
func main { }
Compile with wiz\wiz.exe src/bugtest.wiz -o bugtest.nes
wiz\wiz.exe src/bugtest.wiz -o bugtest.nes
Actual output is truncated due to early exit of the compiler
* wiz: version 0.1.2 (alpha) >> Parsing... >> Compiling...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compiler dies without an error message when declaring func outside of bank
Steps to reproduce:
Create file
bugtest.wiz
with the following contentfunc main {
}
Compile with
wiz\wiz.exe src/bugtest.wiz -o bugtest.nes
Actual output is truncated due to early exit of the compiler
The text was updated successfully, but these errors were encountered: