aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 11d10032105406a7db55526fb5a9d70b572dbd35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
bl-compiler

Written as A-Level project, compiler toolchain for the bl-language.

Build requirements:
- C++ 17 compatablie compiler (e.g. g++, clang)
- make

Build Instructions:
mkdir build && cd build
../configure
make