bl-compiler

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e7eff4435b2a438aada70ad7cb193c4e677ee586
parent 4ea176f351eb94ae5990229aaa1d73a95ae62e30
Author: Cori Barker <coribarker2@gmail.com>
Date:   Mon,  9 Feb 2026 11:31:57 +0000

Rewritten README

Diffstat:
MREADME | 20++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/README b/README @@ -1,12 +1,16 @@ -bl-compiler +blc +=============== +Written as A-Level project, compiler for the bl-language. -Written as A-Level project, compiler toolchain for the bl-language. -Build requirements: -- C++ 17 compatablie compiler (e.g. g++, clang) +Requirements +-------------- - make -Build Instructions: -mkdir build && cd build -../configure -make + +Building +--------------- + mkdir build + cd build + ../configure + make