Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C compiler written in java

I want to integrate a c language compiler in to java application to compile c sources without file creation (Like Java Compiler Api). Is there any c compiler that has entirely written in java?

like image 452
Janith Avatar asked Jun 08 '11 09:06

Janith


1 Answers

You can check this link from Google Code C compiler written in Java

and say congratz to the developer :) -it's not me :p-

Another option is this one: JCPP

like image 78
brbtsl Avatar answered Sep 28 '22 17:09

brbtsl