It is in ${PATSHOME}/libc/SATS/stdio.sats; it is called FILE_v.On Sat, May 9, 2015 at 4:28 AM, Kiwamu Okabe kiw...@debian.or.jp wrote:
Hi all,
I start to port atsdoc into ATS2.
However, following error occurs.$ make |& head -2 /home/kiwamu/src/ATS-Postiats.masterq/bin/patscc -g -O2 -c atsdoc_main.dats /home/kiwamu/src/ATS-Postiats.masterq/libatsdoc/SATS/libatsdoc_lexbuf.sats: 1979(line=60, offs=10) -- 1983(line=60, offs=14): error(2): unrecognized static identifier [FILE].
It’s caused by following code.
fun lexbuf_initialize_filp {m:file_mode} {l:addr} ( pfmod: file_mode_lte (m, r) , pffil: FILE m @ l | r: &lexbuf? >> lexbuf, p: ptr l ) : void // end of [lexbuf_initialize_filp]
Where is “FILE” view type on ATS2?
Thank’s,
Kiwamu Okabe at METASEPI DESIGN
–
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-user...@googlegroups.com.
To post to this group, send email to ats-lan...@googlegroups.com.
Visit this group at http://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ats-lang-users/CAEvX6dmx%3Dz7uRBLhDr8TfZit2VRkCua_JTKt6jozfwBMN-7njg%40mail.gmail.com
.