Hello all, Here's an example of a simple linear object in ATS:
https://github.com/ats-lang/ats-lang.github.io/blob/master/DOCUMENT/INT2PROGINATS/CODE/CHAP_ABSVTYPE/timer.dats Can this be adapted to work in ATSCC2JS? This code: https://gist.github.com/ashalkhakov/85902ec8992acef7eef3fbf0a1c41ddb Gives the error: Hello from atscc2js! ParsingErrors: /tmp/patsopt_ccats_CEmWFB: 31627(line=872, offs=1) -- 31646(line=872, offs= 20): error(parsing): the syntactic entity [instr] is needed. /tmp/patsopt_ccats_CEmWFB: 31865(line=882, offs=1) -- 31876(line=882, offs= 12): error(parsing): the syntactic entity [instr] is needed. /tmp/patsopt_ccats_CEmWFB: 31865(line=882, offs=1) -- 31876(line=882, offs= 12): error(parsing): the syntactic entity [ATSfunbody_end] is needed. /tmp/patsopt_ccats_CEmWFB: 31032(line=846, offs=1) -- 31046(line=846, offs= 15): error(parsing): the keyword [}] is needed. /tmp/patsopt_ccats_CEmWFB: 30871(line=838, offs=1) -- 30880(line=838, offs= 10): error(parsing): the keyword [EOF] is needed. exit(ATS): uncaught exception at run-time: /var/lib/openshift/5419477be0b8cddd09000122/app-root/runtime/repo/ats2-lang/ contrib/CATS-parsemit/SATS/catsparse.sats:FatalErrorExn(1024) Some language feature isn't implemented in ATSCC2JS? If yes, I'd be willing to make a PR for it, as long as a hint is given on how to fix it. :-) -- You received this message because you are subscribed to the Google Groups "ats-lang-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ats-lang-users. To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/4f7e50fa-3698-4107-86ec-b13ab26c1db9%40googlegroups.com.
