aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-02-05 09:32:20 +0000
committerCori Barker <coribarker2@gmail.com>2026-02-05 09:32:20 +0000
commitddedc416185954051ff2a826c24fc1cc608204f1 (patch)
tree4dca1a13fc43ab9eb8c415aa116c02c8c543d074 /README
parent44eb8234648bfd6c4607d4fd0d804bbfb9168589 (diff)
Written some class declarations for the semantics, updated README
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..fe31e5b
--- /dev/null
+++ b/README
@@ -0,0 +1,8 @@
+bl-compiler
+
+Written as A-Level project, compiler toolchain for the bl-language.
+
+Build requirements:
+- CMake 3.x
+- C++ 17 compatablie compiler (eg. gcc)
+- Make