blob: f492dffd3ae14af71d3255f4f545aa66451b131f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)
|