FYI. I am pleased to make an announcement that I have almost finished a parser for ATS3:
https://github.com/githwxi/ATS-Xanadu This time, I use a design that stores all the syntax error of a program in the generated abstract syntax tree (AST). To report syntax errors, one needs to implement what I call a "syntax-reader" to traverse the AST. I imagine that different syntax-readers can be written for targeting users of different levels or backgrounds. And I suppose that writing such a syntax-reader is a quick way to learn the concrete syntax for ATS3 :) I will say more about this in ats-lang-devel: https://groups.google.com/forum/#!forum/ats-lang-devel (To join the above group, you need to issue a request) I plan to output ATS3 abstract syntax trees in JSON format. This means that one can implement a syntax reader in languages other than ATS. Cheers! -- 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 ats-lang-users+unsubscr...@googlegroups.com. To post to this group, send email to ats-lang-users@googlegroups.com. 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/f7cf21d7-5776-483e-b1e7-05b24edcc6d3%40googlegroups.com.