corth-lang / Corth

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

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

Closed HuseyinSimsek7904 closed 3 months ago

HuseyinSimsek7904 commented 9 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.