R
richard.melikson
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
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