Unify todo and questions for now

This commit is contained in:
Jordan Eldredge 2023-06-16 01:01:14 -07:00
parent 7dca695cd1
commit 9f7f237dc5

View file

@ -151,11 +151,6 @@ While we understand the structure of `.maki` files well enough to write a VM for
- [ ] What is the significance of the "FG" magic string?
- [ ] What are the version numbers created by different versions of the compiler? Does Winamp use these in any way?
- [ ] What is the 32 bit "something" after the version number?
## TODOs
These are improvements that could be made to the parser/interpreter:
- [ ] If a variable is a subtype, should it's type really be a pointer into the `variables` table? Or should it be a pointer into the `types` table?
- [ ] Why is the variable subclass flag 16 bits. Something more going on here?
- [ ] Is our decoding of initial ints and doubles correct?