summaryrefslogtreecommitdiff
path: root/devel/treecc
AgeCommit message (Collapse)AuthorFilesLines
2004-05-14Update devel/treecc to 0.3.0.xtraeme2-5/+5
Changes: 0.3.0 (13 March 2004) * Allow for parallel "make -jN" building (kloczek@pld.org.pl). * Fix the info directory (kloczek@pld.org.pl, qboosh@pld-linux.org). * Update the treecc.spec file (Russell Stuart). 0.2.8 (3 January 2004) * Add the "base_type" option (Gopal V). * Don't put trailing commas on enums because strict ANSI C does not allow trailing commas (Miroslaw Dobrzanski-Neumann). 0.2.6 (17 July 2003) * Add the "gc_allocator" option, so that node allocation can be done using "libgc" if the programmer chooses to do so. * Fix some non-ANSI variable declarations. 0.2.4 (29 March 2003) * Fixes to treecc.spec.in for RPM generation (Stephen Compall). * Add support for namespaces in C++ (Jeyasankar Kottalam). * Change "new.h" to "new" to comply with C++ standards (Jeyasankar Kottalam). * Fix the return type of YYNODESTATE::dealloc (Jeyasankar Kottalam).
2004-03-11This package needs to use makeinfo to generate .info files.jlam1-1/+2
2004-02-27bl3ifyxtraeme1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-12Initial import of treecc-0.2.6, packaged by pancake via pkgsrc-wip.xtraeme4-0/+29
Treecc is a aspect-oriented programming tool that we wrote to assist in the development of DotGNU Portable.NET's compiler, "cscc". It complements flex and bison by providing support for abstract syntax tree creation and manipulation.