Creating C code from Java -



Creating C code from Java -

i want create simple c code java, , wondering if there libraries help me. sadly google skills not , results way off. ("c libraries java", "creating c code in java", etc).

my thought create c file , utilize method createmethod(name, argument, return, code) instead of having create document , write strings

return name(argument) { code }

nevertheless, little pessimistic , think have create c code creating document, , writing c lines.

one can utilize jcodemodel create (java) source code. create own c targeted api mimicking jcodemodel api. maybe extend jcodemodel classes.

java c code-generation libraries

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -