Tools Progress
Ok, I have one linked list working. Easier than I expected.
First tasks for tomorrow:
- change file names to something more meaningful. Linked list to something symbol table related. animalfuncs to something animal related.
- Implement a linked list for animals
- start writing function for when new animals are created etc
The solution looks something like this
- list of animals, and meta animals, which can have their attributes set
- list of symbols which can be compared
- I’m not sure how queries will work yet, but so far I can consider that part of the solution completely seperate, so I can drop it if need be.