NASM 0.98.26
[nasm.git] / TODO
blobab8bbdbfa3223fc5a482359eb04b68341af29e17
1 Things to do (incorporate with doc/Wishlist):
3 1. i18n via gettext
4 2. Convert shallow code model to deep code model. Tired of messing between
5 lots of unrelated files (especially .c/.h stuff).
6 3. Automated dependency generation for Makefile. Current looks awful and will break
7 if anything changes.
8 4. (as result of 2) Move output modules out*.c to output/ subdir. (?)