view todo.txt @ 69:d56c4d38d987

updated result page and todo list
author thomask
date Sat, 23 Oct 2004 10:12:58 +0000
parents a0017ce7c639
children 5f98d4a33d49
line wrap: on
line source

(priority)
* general review / endian issues 
* remove duplicated tests

(unordered)
* keyword: asm
* keyword: body
* keyword: cent
* keyword: cdouble
* keyword: cfloat
* keyword: char (test that it realy is unsigned)
* keyword: creal
* keyword: const
* keyword: continue
* keyword: dchar
* keyword: delegate
* keyword: export
* keyword: extern
* keyword: function
* keyword: idouble
* keyword: ifloat
* keyword: import
* keyword: invariant (when: public, export, destructor; circumvent with pointers possible?)
* keyword: ireal
* keyword: module
* keyword: package
* keyword: private
* keyword: protected
* keyword: public
* keyword: struct (anonymous)
* keyword: synchronized
* keyword: ucent
* keyword: unittest
* keyword: volatile
* keyword: wchar

* extend tests for design by contract

* extend tests for inner functions

* operators

* custom operator implementations

* octal and decimal integer literals

* floating literals

* IEEE 754 tests

* module initializers & destructors

* maximum possible size of source/name/arrays/strings

* maximum possible amount of aliases / templates / vars / functions in a source file

* howmany sourcefiles can be compiled in one go?