Skip to content

Mr-Anyone/vcc-compiler-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VCC Compiler Collections

How to Build | Standard and Semantics | To Do

Build Instruction

Windows

git clone --recursive https://github.com/Mr-Anyone/vcc-compiler-collection.git
cd vcc-compiler-collection
mkdir build && cmake .. -D CMAKE_BUILD_TYPE=Release -DCMAKE_GENERATOR_PLATFORM=x64
cmake --build . --target vcc --config Release  

** Currently Windows build but doesn't pass testcase. This is likely caused by the difference in filesystem. **

Linux

git clone --recursive https://github.com/Mr-Anyone/vcc-compiler-collection.git
cd vcc-compiler-collection
cmake -B build  -G "Ninja" -DCMAKE_BUILD_TYPE=Release

About

LLVM based procedural compiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages