Home / ccide / 0.0.6-0
Name Modified Size InfoDownloads / Week
Parent folder
ccide-0.0.6-0.src.rpm 2004-08-20 262.4 kB
ccide-0.0.6-0.i386.rpm 2004-08-20 34.5 kB
ccide-0.0.6-0.tar.gz 2004-08-20 259.4 kB
Totals: 3 Items   556.3 kB 0
	  	ccide - C Language Decision Table Code Generator 

	Copyright (C) 2002-2004,2010,2012;  Thomas W. Young, e-mail:  ccide@twyoung.com

    	This file is part of ccide, the C Language Decision Table Code Generator.

   	Ccide is free software: you can redistribute it and/or modify
   	it under the terms of the GNU General Public License as published by
    	the Free Software Foundation, either version 3 of the License, or
   	(at your option) any later version.

    	Ccide is distributed in the hope that it will be useful,
    	but WITHOUT ANY WARRANTY; without even the implied warranty of
    	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    	GNU General Public License for more details.

    	You should have received a copy of the GNU General Public License
    	along with Ccide.  If not, see <http://www.gnu.org/licenses/> or
    	write to the Free Software Foundation, Inc., 51 Franklin St, 
    	Fifth Floor, Boston, MA 02110-1301 USA.
 

See the accompanying file, COPYING, for terms of use.  

Ccide generates C code from a file containing C code and one or more 
decision tables.  Using the m4 preprocessor, Ccide can generate code in a number
of other languages(including JAVA, C++, BASH script, and Euphoria from language 
files which contain commented decision tables.

Embedded decision tables make programs with if-then-else logic easier to read, 
thereby helping to prevent logic errors.
 
See the man page for a complete description or visit
https://github.com/tyoung3/ccide or https://ccide.sourceforge.com/ for more information.

Install Note:
	To rebuild from scratch, run the './autogen.sh' script in the installation
	directory(contains Makefile.am, etc.) and run 'make'. Run 'make check'
	to verify your build. 
	Running 'make install', as root, will install ccide without package management.
	Or, you can build an rpm by running 'make rpm', as root, then installing the rpm.
	The ccide source code itself contains several, previously expanded, decision tables.     



Source: README, updated 2012-08-06