2024-01-15 14:27:41 +01:00
|
|
|
# LLVM-based Bolt Compiler
|
2024-01-15 14:04:51 +01:00
|
|
|
|
2024-01-15 14:27:41 +01:00
|
|
|
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.
|
2024-01-15 14:04:51 +01:00
|
|
|
|
|
|
|
|
2024-01-15 14:27:41 +01:00
|
|
|
## Developing
|
2024-01-15 14:04:51 +01:00
|
|
|
|
2024-01-15 14:27:41 +01:00
|
|
|
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!
|
2024-01-15 14:04:51 +01:00
|
|
|
|