todos for next version

This commit is contained in:
Irmen de Jong 2020-11-22 19:18:57 +01:00
parent d9a8cfed8c
commit acdbd0c391
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
5.1
5.2-SNAPSHOT

View File

@ -2,6 +2,8 @@
TODO
====
- check the various math routines that are marked TODO in prog8_lib.asm for correctness...
- translate(ret: Return) optimize returning of float directly via FAC1
- make it possible to use cpu opcodes such as 'nop' as variable names by prefixing all asm vars with something such as '_'
- option to load the built-in library files from a directory instead of the embedded ones (for easier library development/debugging)
- see if we can group some errors together for instance the (now single) errors about unidentified symbols