Related articles |
---|
[64 earlier articles] |
Re: Pointers to "why C behaves like that ?" vugluskr@unicorn.math.spbu.ru (Roman Shaposhnick) (2002-12-07) |
Re: Pointers to "why C behaves like that ?" lex@cc.gatech.edu (Lex Spoon) (2002-12-11) |
Re: Pointers to "why C behaves like that ?" joachim_d@gmx.de (Joachim Durchholz) (2002-12-11) |
Re: Pointers to "why C behaves like that ?" marcov@toad.stack.nl (Marco van de Voort) (2002-12-11) |
Re: Pointers to "why C behaves like that ?" marcov@toad.stack.nl (Marco van de Voort) (2002-12-11) |
Re: Pointers to "why C behaves like that ?" lth@acm.org (Lars T Hansen) (2002-12-11) |
Re: Pointers to "why C behaves like that ?" torbenm@diku.dk (2003-01-17) |
Re: Pointers to "why C behaves like that ?" ralph@inputplus.co.uk (2003-03-17) |
Re: Pointers to "why C behaves like that ?" skeeterdabeeterbunny@ameritech.net (skeeter da beeter bunny) (2003-03-22) |
From: | torbenm@diku.dk (Torben Ęgidius Mogensen) |
Newsgroups: | comp.compilers |
Date: | 17 Jan 2003 20:05:21 -0500 |
Organization: | Department of Computer Science, University of Copenhagen |
References: | 02-11-059 02-11-083 02-11-100 02-11-109 02-11-135 02-11-142 02-11-175 |
Keywords: | C |
Posted-Date: | 17 Jan 2003 20:05:21 EST |
"Roman Shaposhnick" <vugluskr@unicorn.math.spbu.ru> writes:
> Once I had this idea of writing gcc backend that will just emit AST
> in some form,
> Have any of you heard of a free tool that can do it ?
The Ckit (http://cm.bell-labs.com/cm/cs/what/smlnj/doc/ckit/) does
this, but only for C (not C++). The AST is represented as an SML
datatype, and type-checking is performed.
Torben Mogensen
Return to the
comp.compilers page.
Search the
comp.compilers archives again.