Related articles |
---|
lex and yacc for C++ ubacw00@ucl.ac.uk (1992-06-16) |
Re: lex and yacc for C++ vern@daffy.ee.lbl.gov (1992-06-17) |
Re: lex and yacc for C++ dkoosis@aristotle.sbi.com (1992-06-17) |
Re: lex and yacc for C++ ipser@solomon.technet.sg (1992-06-18) |
Re: lex and yacc for C++ ken@syd.dit.csiro.au (1992-06-18) |
Re: lex and yacc for C++ collison@osf.org (1992-06-18) |
Newsgroups: | comp.compilers |
From: | ipser@solomon.technet.sg (Ed Ipser) |
Keywords: | lex, yacc, C++ |
Organization: | TECHNET, Singapore |
References: | 92-06-064 92-06-074 |
Date: | Thu, 18 Jun 1992 02:17:04 GMT |
LADE is a compiler-generator tookit which is written in C++, generates
C++, and takes full advantage of OOP not only on the lexing and parsing
side, but also on the translation and analysis side.
For example, LADE organizes semantic actions (semantic attributes) as
collections of C++ classes. This means that, for example, you can compose
languages and translators, amending the behavior of the underlying
translator module and reusing semantic analysis routines for different
code generation.
For more information, contact: xorian@solomon.technet.sg
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.