about summary refs log tree commit diff
path: root/parser.c
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-30Simplify parserNakidai
Don't call malloc when creating a command, but call cccl_parse function with no tokens as it will call malloc.
2025-03-25Implement all instructionsNakidai
Something doesn't work, though
2025-03-24Some improvementsNakidai
- Fix paser - Add verbose mode
2025-03-24Add codeNakidai