Up to [cvs.netbsd.org] / pkgsrc / lang / cparser
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 18 19:01:26 2009 UTC (2 years, 9 months ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
HEAD
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
Update to 0.9.9. Changes in 0.9.9: * bugfixes * extend and improve support for attributes * adapat to latest libfirm Changes in 0.9.8: * several bugfixes * add/correct semantic checks * improve error recovery * support more GCC extensions * add/improve/correct warnings
Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 17 16:59:19 2008 UTC (3 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.1: +6 -6
lines
Diff to previous 1.1 (colored)
Update to cparser-0.9.7: * lots of bugfixes * add/correct semantic checks * more/improved warnings * internal cleanups (introduce entity_t types) * support more GCC extensions * improved error recovery * support more switches for GCC compatibility * support for libc builtins * add a manpage
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Nov 28 01:17:47 2008 UTC (3 years, 5 months ago) by bjs
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import cparser-0.9.5. Cparser is a recursive descent C99 parser written in C99. It contains a lexer, a parser, and the appropriate constructs; it does AST and semantic analysis. It is currently used as a frontend to the libFirm intermediate representation. However, it can be used independently, and also is able to bootstrap itself. Currently, cparser uses an external preprocessor.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Nov 28 01:17:47 2008 UTC (3 years, 5 months ago) by bjs
Branch: MAIN
Initial revision