Trying to compile the recently introduced Tetris, I got this:
/home/yannick/apps/ats/lib/ats2-postiats-0.1.11/bin/atscc2js -o tetris_dats.js -i tetris_dats.c
Hello from atscc2js!
ParsingErrors:
: 24(line=3, offs=1) -- 30(line=3, offs=7): error(parsing): the keyword [EOF] is needed.
exit(ATS): uncaught exception at run-time: /home/yannick/Applications/Third_Parties/ATS/ATSCC2JS/catsparse.sats:FatalErrorExn(1024)
make: *** [tetris_dats.js] Erreur 1
Hello from atscc2js!
[…]/libatscc/DATS/list.dats: 4029(line=271, offs=5) -- 4033(line=271, offs=9): error(parsing): the syntactic entity [p0at] is needed.
[…]/libatscc/DATS/list.dats: 4025(line=271, offs=1) -- 4028(line=271, offs=4): error(parsing): the keyword [in] is needed.
[…]/libatscc/DATS/list.dats: 4018(line=269, offs=6) -- 4021(line=269, offs=9): error(parsing): the syntactic entity [d0exp] is needed.
[…]/libatscc/DATS/list.dats: 4002(line=267, offs=1) -- 4004(line=267, offs=3): error(parsing): the keyword [end] is needed.
[…]/libatscc/DATS/list.dats: 3959(line=261, offs=13) -- 3962(line=261, offs=16): error(parsing): the syntactic entity [d0exp] is needed.
[…]/libatscc/DATS/list.dats: 3922(line=259, offs=1) -- 3931(line=259, offs=10): error(parsing): the token is discarded.
exit(ATS): uncaught exception: _2home_2hwxi_2research_2Postiats_2git_2src_2pats_error_2esats__FatalErrorExn(1025)
I don't know what's wrong with my installation, as it works online.