Related articles |
---|
AMPC version 1.6.0 released (C to Java Class Files compiler) napi@axiomsol.com (napi) (2007-02-06) |
From: | "napi" <napi@axiomsol.com> |
Newsgroups: | comp.compilers |
Date: | 6 Feb 2007 16:07:13 -0500 |
Organization: | Compilers Central |
Keywords: | C, Java, translator |
Posted-Date: | 06 Feb 2007 16:07:13 EST |
C to Java Class Files
---------------------
We are pleased to announce the release of version '1.6.0' of
AMPC (Axiomatic Multi-Platform C) C to Java class files compiler
suite. It is Write Once Run Anywhere (WORA) with C.
"Platform independence with C. Integrate C and Java."
Detailed info can be found at:
http://www.axiomsol.com
The changes in this release are as follows:
"double" is now 64 bits long, therefore, "DOUBLE" is not needed
anymore and has been taken out. Several bugs were also fixed.
Project description:
Axiomatic Multi-Platform C (AMPC) is a C to Java class file compiler
suite for the development of platform independent applications.
AMPC can also be used to integrate C and Java programs since AMPC's
C functions can directly call numerous Java methods and vice versa.
AMPC supports a very large subset of ANSI C (1989). It can be used
to develop new applications using C as well as port existing
applications written in C to run on JVM enabled devices. A JNI
(JVM Native Interface) feature is available for calling native C
or C++ functions. The asm() directive can be used to embed Jasmin
assembly code within C source code. Support for the SWT
(Standard Widget Toolkit) based graphics API is available.
J2ME CDC 1.1 for mobile devices is also supported.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.