]> mj.ucw.cz Git - eval.git/commit
The judge reports errors in a more useful way
authorMartin Mares <mj@ucw.cz>
Sat, 14 Mar 2009 22:58:00 +0000 (23:58 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 14 Mar 2009 22:58:00 +0000 (23:58 +0100)
commit1461a0b5f3efa09795fc3b12918b12ca25621972
tree92b057880b0b77bbd89907a925dce1093fa330a0
parentbe4113bc5fb67c79fc6c105db9a3e0571ebab8c1
The judge reports errors in a more useful way

They are reported to stderr as two lines: one is the location of the error,
another contains the error message. This is parsed by the evaluator and the
second line is displayed on the screen, while both are logged.
judge/token.c