Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 427 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 427 Bytes

turbolang

This is a compiler for the TurboLang programming language. This compiler was written using C++ 17.

How to Build The Project

Dependencies:

  • CMake
  • llvm (Available in AUR package manager)
  • wclang (Available in AUR package manager)
  • osxcross (Available in AUR package manager)