parser for C -> AST

richard.melikson@gmail.com
Mon, 01 Oct 2007 11:04:05 -0000

          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: richard.melikson@gmail.com
Newsgroups: comp.compilers,comp.lang.c
Date: Mon, 01 Oct 2007 11:04:05 -0000
Organization: Compilers Central
Keywords: C, parse, question
Posted-Date: 01 Oct 2007 10:20:04 EDT

Hello,


I have to do some analysis of C code. Is it possible to find online a
free parser for C that will generate some kind of syntax tree / AST ?
All I could find is bits and pieces of lex/yacc files that don't
compile, and I tried to look at TCC but its parser is intergrated with
the generator in a stack-based manner, so no AST.


It doesn't have to be C99.


Thanks


Post a followup to this message

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