Skip to content
/ SEMO Public
forked from jelowang/SEMO

Semo C()mpiler,A multi-compiler frameworks which could easily be implemented for variety architectures and languages

License

Notifications You must be signed in to change notification settings

zevenzeng/SEMO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEMO


Semo Compiler 0.3.0 features:

  1. ANSIC99 formed front-para modules.
  2. General abstract grammar form with high flexibility which can be used to discribing variety language.
  3. SSA form which is an optimizing form of intermedia code.
  4. Register allocator based on York-Town of architecture independent possible.
  5. Supports the most calling rules which are stdcall,cdecl,fastcall,armcall so that compatible with gcc,and armcc.
  6. ARMv6 assembler.
  7. ARMv6 dynamics linker.
  8. C front-para for JVM back-para which could translate C codes into JVM bytecodes.in other words,we've made c language independent from specifics devices.
  9. C front-para for JAVA mid-para which could translate C codes into Java codes.

About

Semo C()mpiler,A multi-compiler frameworks which could easily be implemented for variety architectures and languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.6%
  • C++ 17.9%
  • Other 0.5%