Graph-based compiler implementation

Miroslav Bene <BENES@dcse.fee.vutbr.cz>
Thu, 26 Aug 1993 00:17:54 GMT

          From comp.compilers

Related articles
Graph-based compiler implementation BENES@dcse.fee.vutbr.cz (Miroslav Bene) (1993-08-26)
| List of all articles for this month |

Newsgroups: comp.compilers
From: Miroslav Bene <BENES@dcse.fee.vutbr.cz>
Keywords: design, question
Organization: DCSE FEECS TU Brno
Date: Thu, 26 Aug 1993 00:17:54 GMT

I'm preparing my PhD thesis on graph approach to compiler construction
(for "classic" languages as Pascal or C, not for functional
languages).
I want to use combination of bottom-up LALR parsing with graph
attributes for syntax analysis and building an internal graph
model of the source program, followed with graph rewriting steps
for semantic checks, some optimizing transformations and finally
generation of the target code.


Does anyone have a suggestion concerning the subject or
references to related books and technical reports (?available
through the Internet)? I am particularly interested in root
graphs rewriting systems as implemented in DACTL or LEAN.


                    Thanks.


                                Miroslav Benes
                                Technical University of Brno
                                Czech Republic
                                benes@dcse.fee.vutbr.cz
--


Post a followup to this message

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