Skip to content

nayyden/dragonc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragon C compiler

This is a simple C compiler implemented using LLVM. It's a university project, so don't expect miracles :)

Building: 1. Make sure you have LLVM , clang and CMake installed. 2. Create a build dir in the root dir of the project 3. cd to build and run cmake ../ && make

About

Dragon C compiler This is a simple C compiler implemented using LLVM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 99.4%
  • C 0.6%