aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-02-09 11:31:57 +0000
committerCori Barker <coribarker2@gmail.com>2026-02-09 11:31:57 +0000
commite7eff4435b2a438aada70ad7cb193c4e677ee586 (patch)
tree4aad76f065448c3b07cf14a22a2d7bea705aa244
parent4ea176f351eb94ae5990229aaa1d73a95ae62e30 (diff)
Rewritten README
-rw-r--r--README20
1 files changed, 12 insertions, 8 deletions
diff --git a/README b/README
index 11d1003..8a248fc 100644
--- 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