Re: parser for C -> AST

"Sammy" <sammyderoy@sympatico.ca>
Mon, 1 Oct 2007 23:52:14 -0400

          From comp.compilers

Related articles
parser for C -> AST richard.melikson@gmail.com (2007-10-01)
Re: parser for C -> AST adelantado@rwaltman.com (Roberto Waltman) (2007-10-01)
Re: parser for C -> AST sammyderoy@sympatico.ca (Sammy) (2007-10-01)
Re: parser for C -> AST paul@paulbmann.com (Paul B Mann) (2007-10-02)
Re: parser for C -> AST adelantado@rwaltman.com (Roberto Waltman) (2007-10-01)
Re: parser for C -> AST torbenm@app-4.diku.dk (2007-10-02)
Re: parser for C -> AST tom@infoether.com (Tom Copeland) (2007-10-03)
| List of all articles for this month |

From: "Sammy" <sammyderoy@sympatico.ca>
Newsgroups: comp.compilers,comp.lang.c
Date: Mon, 1 Oct 2007 23:52:14 -0400
Organization: SunSITE.dk - Supporting Open source
References: 07-10-008
Keywords: C, parse
Posted-Date: 02 Oct 2007 00:43:53 EDT

> free parser for C that will generate some kind of syntax tree / AST ?


c2c (distributed by the cilk project)


look at the bottom of the following page:
      http://supertech.csail.mit.edu/cilk/home/software.html
to download it.


some explanations:
http://zoo.cs.yale.edu/classes/cs490/99-00a/bernstein.michael.msb35/node1.html


and may be EiC, a C interpreter. The parser is hand written.


Sammy



Post a followup to this message

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