AMPC version 1.6.1 released (C to Java Class Files compiler)

"napi" <napi@axiomsol.com>
23 Mar 2007 22:17:27 -0400

          From comp.compilers

Related articles
AMPC version 1.6.1 released (C to Java Class Files compiler) napi@axiomsol.com (napi) (2007-03-23)
| List of all articles for this month |

From: "napi" <napi@axiomsol.com>
Newsgroups: comp.compilers
Date: 23 Mar 2007 22:17:27 -0400
Organization: Compilers Central
Keywords: C, Java, translator, available
Posted-Date: 23 Mar 2007 22:17:27 EDT

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


We are pleased to announce the release of version '1.6.1' 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:
Upon detecting an error the compiler exited without removing the
temporary files, which it should. This problem has been fixed.
Also, some debugging/scaffolding code in the compiler was taken out.


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 ANSI C 1989 (except for the library functions setjmp(),
longjmp(), signal(), and raise()). 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.


Thank you.
Napi
Axiomatic Solutions Sdn Bhd


Post a followup to this message

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