corth-lang / Corth

A self-hosted stack based language like Forth
MIT License
7 stars 1 forks source link

Compiler should not exit program #35

Closed HuseyinSimsek7904 closed 3 months ago

HuseyinSimsek7904 commented 8 months ago

Every exit statement in compiler.corth should be changed with return statements that returns the error status.