[Assorted-commits] SF.net SVN: assorted: [784] simple-preprocessor/trunk/README
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-09 08:10:37
|
Revision: 784 http://assorted.svn.sourceforge.net/assorted/?rev=784&view=rev Author: yangzhang Date: 2008-05-09 01:10:39 -0700 (Fri, 09 May 2008) Log Message: ----------- added a readme Added Paths: ----------- simple-preprocessor/trunk/README Added: simple-preprocessor/trunk/README =================================================================== --- simple-preprocessor/trunk/README (rev 0) +++ simple-preprocessor/trunk/README 2008-05-09 08:10:39 UTC (rev 784) @@ -0,0 +1,8 @@ +Overview +-------- + +Just a tiny C preprocessor-like program written in Scala. It only implements +C's [object-like macros] (as opposed to [function-like macros]. + +[object-like macros]: http://gcc.gnu.org/onlinedocs/gcc-3.3.6/cpp/Object_002dlike-Macros.html +[function-like macros]: http://gcc.gnu.org/onlinedocs/gcc-3.3.6/cpp/Object_002dlike-Macros.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |