summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorNakidai <plaza521@inbox.ru>2024-07-05 00:04:56 +0300
committerNakidai <plaza521@inbox.ru>2024-07-05 00:04:56 +0300
commita9c159f5f7bf3479c3236735960597b4bc36a204 (patch)
treef325e249f11a4bb8518f01151114b1239207a33b /README.md
download3cl-a9c159f5f7bf3479c3236735960597b4bc36a204.tar.gz
3cl-a9c159f5f7bf3479c3236735960597b4bc36a204.zip
Add code
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)