about summary refs log tree commit diff
path: root/cccl.h
AgeCommit message (Collapse)Author
2025-03-31Some style improvments v1.3.1Nakidai
- Rename readfile to allocfile (as it actually contains cccl_allocfile function) - Add cccl_ prefix for functions defined in str.c
2025-03-31Fix cccl_Executor_OK nameNakidai
2025-03-26Make dump more flexible for streamsNakidai
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