AMPC 1.5.4 released (C to Java Class Files)

"napi" <napi@axiomsol.com>
1 Dec 2006 09:40:22 -0500

          From comp.compilers

Related articles
AMPC 1.5.4 released (C to Java Class Files) napi@axiomsol.com (napi) (2006-12-01)
| List of all articles for this month |

From: "napi" <napi@axiomsol.com>
Newsgroups: comp.compilers
Date: 1 Dec 2006 09:40:22 -0500
Organization: Compilers Central
Keywords: available, C, Java
Posted-Date: 01 Dec 2006 09:40:22 EST

C to Java Class Files
-------------------------------


We are pleased to announce the release of version '1.5.4' of
AMPC (Axiomatic Multi-Platform C) C to Java class files compiler
suite. It is Write Once Run Anywhere (WORA) with C.


Detailed info can be found at:
http://www.axiomsol.com


The changes in this release are as follows:
Several bugs were fixed in the "string.h" portion of the C standard
library.


Project description:
Axiomatic Multi-Platform C (AMPC) is a C compiler suite with an
IDE that generates Java class files (Java bytecode) to produce
platform independent applications. AMPC supports a very large
subset of ANSI C (1989). It can be used to:
o develop new applications using C,
o port legacy applications written in C to run on JVM enabled devices,
o integrate Java code with C code.


A JNI (JVM Native Interface) feature is available for calling native
C or C++ functions. Also, numerous Java methods can be called
from AMPC. The asm() directive can be
used to embed Jasmin assembly code within C source code.


J2ME CDC 1.1 for mobile devices is also supported.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.