homeprojectcvssourceforge

Cinter

Cinter is a "C" language interpreter written in Java. It belongs to numerous group of software developement tools but its main advantage is possibility to execute C porgams on many various platforms and architectures without compilation.

Requirements

In order to properly working it needs Java Virtual Machine installed.

Required version of JVM is 1.4 or higher.

Cinter is a console program and needs to be run from command line using following command:

java -jar cinter.jar test.c syntax.dat [-v]

where test.c is the interpretted source file,
syntax.dat is the syntax table with "C" language grammar rules. It is distributed as PARSE_TABLE.dat file along with binary and source packages.
Parameter -v is optional and enables verbose output.

Download

Sources and binaries of the project are available under address:

http://sourceforge.net/project/showfiles.php?group_id=161357

CVS repository

CVS repository is available under following addresses:

about CVS - http://sourceforge.net/cvs/?group_id=161357

web cvsroot - http://cinter.cvs.sourceforge.net/cinter/

Testing

Here are sample test files accepted by interpreter: nwd.c, nwd-while.c, v-kuli.c