Skip to content

suhas-pai/compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler

Dependencies

ninja, cmake, llvm (install from homebrew)

Building & Running (Debug)

cmake --preset debug
cd build_debug && ninja
./compiler

Building & Running (Release)

cmake --preset release
cd build_release && ninja
./compiler

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages