diff options
| author | Nakidai <plaza521@inbox.ru> | 2024-07-05 00:04:56 +0300 |
|---|---|---|
| committer | Nakidai <plaza521@inbox.ru> | 2024-07-05 00:04:56 +0300 |
| commit | a9c159f5f7bf3479c3236735960597b4bc36a204 (patch) | |
| tree | f325e249f11a4bb8518f01151114b1239207a33b /README.md | |
| download | 3cl-a9c159f5f7bf3479c3236735960597b4bc36a204.tar.gz 3cl-a9c159f5f7bf3479c3236735960597b4bc36a204.zip | |
Add code
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
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) |