bolt/bootstrap/cxx
2024-01-15 14:27:41 +01:00
..
.vscode Add 'bootstrap/cxx/' from commit '7c1a929e9a3d3abb1e2113f531588e059ad5be8c' 2024-01-15 14:04:51 +01:00
deps Add 'bootstrap/cxx/' from commit '7c1a929e9a3d3abb1e2113f531588e059ad5be8c' 2024-01-15 14:04:51 +01:00
include/bolt Add 'bootstrap/cxx/' from commit '7c1a929e9a3d3abb1e2113f531588e059ad5be8c' 2024-01-15 14:04:51 +01:00
src Add 'bootstrap/cxx/' from commit '7c1a929e9a3d3abb1e2113f531588e059ad5be8c' 2024-01-15 14:04:51 +01:00
test Add 'bootstrap/cxx/' from commit '7c1a929e9a3d3abb1e2113f531588e059ad5be8c' 2024-01-15 14:04:51 +01:00
.gitignore Add 'bootstrap/cxx/' from commit '7c1a929e9a3d3abb1e2113f531588e059ad5be8c' 2024-01-15 14:04:51 +01:00
CMakeLists.txt Add 'bootstrap/cxx/' from commit '7c1a929e9a3d3abb1e2113f531588e059ad5be8c' 2024-01-15 14:04:51 +01:00
README.md Update README for C++ subproject 2024-01-15 14:27:41 +01:00

LLVM-based Bolt Compiler

This directory contains a partial implementation of the Bolt programming language using C++ and LLVM. It currently is one of the main contenders of becoming the offical Bolt compiler.

Developing

You need a recent version of the Zen libries to be able to compile. If youu still get build errors, the Zen libraries might be out of date. Do not hesitate to file an issue!