summary refs log tree commit diff
AgeCommit message (Collapse)Author
2025-03-26Fix man installation path v1.1Nakidai
2025-03-25Add pledge(2) callsNakidai
2025-03-25Add example to READMENakidai
2025-03-25Add example to ccl.7 v1.0.1Nakidai
2025-03-25Update SEE ALSO in the README v1.0Nakidai
2025-03-25Add (un)install targetsNakidai
2025-03-25Add language documentationNakidai
2025-03-25Add BUGS section to 3cl.1Nakidai
2025-03-25Add .1 manpageNakidai
2025-03-25Add some cool featuresNakidai
- I absolutely forgot about # and :, but now fortunately it's a fixed problem - Add -d flag so 3cl will dump its state after executing
2025-03-25Implement all instructionsNakidai
Something doesn't work, though
2025-03-25Add almost done executorNakidai
2025-03-24Some improvementsNakidai
- Fix paser - Add verbose mode
2025-03-24Add codeNakidai
2025-03-23Again...Nakidai
2025-03-23Last time I was here 8 months ago, idk what is thisNakidai
2024-08-24Add more codeNakidai
Add some funcitons to work with variables, add more instructions and add ability to stop the code from `ccl_instruction`
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