summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-03-23 21:11:13 +0300
committerNakidai <nakidai@disroot.org>2025-03-23 21:11:13 +0300
commitad9d6a199db7c28f8b20f131dfb55a26e0e251de (patch)
treee5bb112cd902d9c09f5ad79ce98ba8a315d20bbb /README.md
parent159666bae6cc185a5abac154b85c49406f32f30c (diff)
download3cl-ad9d6a199db7c28f8b20f131dfb55a26e0e251de.tar.gz
3cl-ad9d6a199db7c28f8b20f131dfb55a26e0e251de.zip
Again...
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 6982998..0000000
--- a/README.md
+++ /dev/null
@@ -1,26 +0,0 @@
-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)
-
-How to build
---
-If you don't know how to build cmake projects, then you should google a little
-about it, but in short you need to install (obviously) cmake, some working c
-compiler and run these commands in the root of the project:
-```
-cmake -B build
-cmake --build build
-```
-
-And `3cl` (or `3cl.exe` ig if you're on windows) will appear in the `build`
-directory
-
-Also I think you can use some wrapper of the cmake with gui (or iirc cmake has
-its own gui app)