Re: yacc & lex for Pascal

u895217@bruny.cc.utas.edu.au (Scott Marshall)
Tue, 29 Sep 1992 22:28:06 GMT

          From comp.compilers

Related articles
yacc & lex for Pascal yoshie@robby.nanzan-u.ac.jp (1992-09-29)
Re: yacc & lex for Pascal u895217@bruny.cc.utas.edu.au (1992-09-29)
| List of all articles for this month |

Newsgroups: comp.compilers,comp.lang.pascal
From: u895217@bruny.cc.utas.edu.au (Scott Marshall)
Organization: University of Tasmania, Australia.
Distribution: aus
Date: Tue, 29 Sep 1992 22:28:06 GMT
References: 92-09-199
Keywords: yacc, lex, Pascal

yoshie@robby.nanzan-u.ac.jp (Masami Noro) writes:
>Hi, I am looking for Pascal version of yacc and lex.


Here at the University of Tasmania, we use two programs called "Aardvark"
and "Llama". Aardvark is the lexical analyser generator, and Llama, the
parser generator.
According to the headers in the Pascal files, they are from the University
of New South Wales. I can chase up the proper source if you want.


BTW. The output of Aardvark is actually a Llama input file, so a stand-alone
lexical analyser cannot be built without stripping away all the other info
in the file.


Scott Marshall.
(u895217@bruny.cc.utas.edu.au)
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.