Coding 2022-09-22
I let time get away from me today and I need to shut things down asap to recover, so I'm just going to list what I did from the stuff I laid out yesterday:
- Prototype of helper function to create a table that adds names in order, and can optionally associate values to those names. (Missing: special casing for numerical indices, and detection of duplicate indices.)
Still to be done:
- New enum module that uses a single-shot callable table, taking an iterator.
- enum class
- Use the new enum module
- Use enum classes
Good night.