about summary refs log tree commit diff
path: root/main.c
AgeCommit message (Collapse)Author
2025-04-15Move empty file checkNakidai
I find checking file for emptyness in tokenizer.c rather than just after reading more correct as file is read without any errors Also, warning won't be printed with -v anymore
2025-04-15Treat empty files as validNakidai
Though with -v set warning is printed
2025-04-09Fix some style inconsistencyNakidai
2025-04-09Add check if file size is 0Nakidai
2025-03-31Make usage functionNakidai
2025-03-25Add pledge(2) callsNakidai
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-25Add almost done executorNakidai
2025-03-24Some improvementsNakidai
- Fix paser - Add verbose mode
2025-03-24Add codeNakidai