Another version of TPYacc

Robert Zierer <rz1@stud.mw.tu-muenchen.de>
12 May 1998 22:27:36 -0400

          From comp.compilers

Related articles
Another version of TPYacc rz1@stud.mw.tu-muenchen.de (Robert Zierer) (1998-05-12)
| List of all articles for this month |

From: Robert Zierer <rz1@stud.mw.tu-muenchen.de>
Newsgroups: comp.compilers,comp.lang.pascal.misc
Date: 12 May 1998 22:27:36 -0400
Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany)
Keywords: yacc, Pascal, available

My version of TPYacc (a Yacc-like compiler-generator for Turbo Pascal)
is available at
http://www.stud.mw.tu-muenchen.de/~rz1/Software.html.
Its features are:
        - Runs under M$-Windows displaying a dialog.
        - Can output tables in a *.res Windows-Resource file or a data file.


        - Generates a listing in HTML.
        - Uses a different yyparse.cod template file.
            (see YaccMsgs.pas/procedure write_options for further details)
        - Deallocates its tables properly (vital for M$-Windows).


Robert Zierer
--


Post a followup to this message

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