Open veremenko-y opened 3 years ago
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...
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