[refractoring] moved mugiwara to lang/mugiwara
[ozulis.git] / TODO
bloba972db019c81df30b4ed5524e27c9d61101f9966
1  - unordered comparaisons
2  - add unary ++ and --
3  - detection of illegal expressions for exemple:
4   i = i++;
5   c = a + (a = b);
6   func(++i, ++i);
7  - pointers
8  - enums
9  - structs
10  - union
11  - functions