cvut / qtrvsim

RISC-V CPU simulator for education purposes
GNU General Public License v3.0
493 stars 65 forks source link

CLI does not immediatelly exit on assembler error #88

Closed jdupak closed 11 months ago

jdupak commented 11 months ago

Hangs forever

ppisa commented 11 months ago

Hangs forever

That is bad and I think that it was not case in the past... I think that it should continue by parsing the source till the end of the file. It is better to see all errors than only the first one. May it be, a parameter to specify the limit of errors which cause parsing stop could be useful, for example for use in online evaluation.