From a9c159f5f7bf3479c3236735960597b4bc36a204 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 5 Jul 2024 00:04:56 +0300 Subject: Add code --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') 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) -- cgit 1.4.1