about summary refs log tree commit diff
path: root/tokenizer.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-03-31Improve tokenizer.cNakidai
- Use CodeStatus instead of 2 variables for comments - Use errx instead of assert
2025-03-29Introduce multiline comments v1.3Nakidai
2025-03-24Some improvementsNakidai
- Fix paser - Add verbose mode
2025-03-24Add codeNakidai