summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2024-07-08Add part of syntax with bracketsNakidai
Implemented if and infinity loop. They don't work right, tho :<
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