about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2024-08-23Start to rewriting codeNakidai
Since there's some UB in the master I decided to rewrite code from scratch again. I hope that attempt will be better :D
2024-08-23add operation.hNakidai
2024-07-08Add part of syntax with bracketsNakidai
Implemented if and infinity loop. They don't work right, tho :<
2024-07-06Add "How to build" section in the README.mdNakidai
For people who can't or don't know how to do it
2024-07-05Add continue (:)Nakidai
This was the last single-char operation. Only ones with brackets are left (procedures, loops, if statement)
2024-07-05Move cvector.hNakidai
I think that moving code written not by me to a separate folder is a nice idea
2024-07-05Add almost allNakidai
Only continue operation and "blocks" of code are left. Now I'm gonna sleep And yes, I understand that code need to be refactored, and if I will not get bored with writing this thing I will rewrite it in a better way, cuz now code is awful
2024-07-05Add codeNakidai