corth-lang / Corth

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

Compiler should not stop compiling when it finds an error #27

Closed HuseyinSimsek7904 closed 5 months ago

HuseyinSimsek7904 commented 11 months ago

Some errors should not make the compiler stop since we can keep compiling to find more errors if there are more. Error structure should be completely rewritten.