mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Unify todo and questions for now
This commit is contained in:
parent
7dca695cd1
commit
9f7f237dc5
1 changed files with 0 additions and 5 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue