add next todo

This commit is contained in:
Mark Canlas 2020-08-21 05:12:26 -04:00
parent dc6d521c68
commit 6c97461275

View File

@ -15,6 +15,8 @@
## TODO
1. operand support should be derived from enum support
- postfix operations to accumulator values
- maybe implement define registry
- register locking (i.e. disallow X writes during indexed traversal that uses X)