This is the Linux app named Decision Table Preprocessor whose latest release can be downloaded as ccide-0.6.6-1-mingw.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Decision Table Preprocessor with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Decision Table Preprocessor
DESCRIPTION
Ccide reads a source program, in one of several programming languages, expands all embedded decision tables, and generates
the new, expanded source.
Ccidew processes C language programs directly. The script, ccide, uses
ccidew and m4, to process BASIC, JAVA, CC, C++, BASH, QB, VB, and EX(euphoria), source files containing embedded decision tables.
Ccide checks all conditions once and only once, avoiding side effects.
Ccide checks tables for conflicts and other errors.
Input example:
//DECISION_TABLE:
// 1 3 2 2 | light == $$ /* 1=red, 2= yellow, 3=green. */
// N - - - | speed == STOPPED
// - - Y - | speed == SLOW
// - N - Y | speed == FAST
// ______|___________________
// X - X - | Stop();
// - - - X | SlowDown();
// - X - - | SpeedUp();
//END_TABLE:
Audience
Advanced End Users, Developers, Education, Information Technology, System Administrators
User interface
Command-line
Programming Language
C, Unix Shell
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/ccide/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.