record type

This commit is contained in:
bronku 2025-10-12 23:00:27 +02:00
parent bc84bde277
commit 682bb557af
2 changed files with 53 additions and 0 deletions

14
TODO.md Normal file
View file

@ -0,0 +1,14 @@
- [ ] file operations
- [ ] write to file (at index)
- [ ] read from file (at index)
- [ ] print_file (maybe just calling cat???)
- [ ] a tape type - representing a file?
- [x] a record type - x1,x2,x3,x4,x5
- [x] comparing records
- [ ] natural merge sort
- [ ] configuration
- [ ] cmd args - man getopts
- [ ] file input
- [ ] keyboard input
- [ ] testing
- [ ] report