Skip to content
/ KCC Public

a simple c compiler in java. This project is not maintained.

Notifications You must be signed in to change notification settings

yuanmie/KCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KCC

a simple c compiler in java. It is a incomplete project.

How to build

prepare:

  • JDK8
  • Ant
  • 32 bit lib
    sudo apt-get install -y  gcc-multilib g++-multilib libc6-i386 lib32ncurses5 lib32stdc++6

Then, you can use ant to build source code.

cd KCC  //cd source directory
ant

for example:
build

How to run

shell: cd classes      //generated class directory
shell:java compiler.Compiler source.c

for example: example

acknowledge:

About

a simple c compiler in java. This project is not maintained.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published