about summary refs log tree commit diff
path: root/parser.c
AgeCommit message (Collapse)Author
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