about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f492dff
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+3CL
+--
+CCCL is an implementation of [cool\_char\_lang](https://github.com/holy-8/cool_char_lang),
+which is a brainfuck-inspired language
+
+Documentation
+--
+To write code for it, follow [this documentation](https://github.com/holy-8/cool_char_lang/blob/main/reference/documentation.md)
+
+Also there're [examples](https://github.com/holy-8/cool_char_lang/tree/main/programs)
+
+Dependencies
+--
+- [cvector](https://github.com/eteran/c-vector) (header only, so included in the source)