Skip to content

XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.

License

Notifications You must be signed in to change notification settings

kele86838437/xocfe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xocfe

XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE does not include preprocessor, so its input is pure C, output is an AST tree. XOCFE only support C99.

A concise and readable C++ Template Library is under 'src/com' directory. It can be used to build whole compiler, or anyother project.

git clone http://github.com/stevenknown/xocfe

About

XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published