repo.or.cz
/
ozulis.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added support for pointer arithmetic :-)
[ozulis.git]
/
TODO
blob
a972db019c81df30b4ed5524e27c9d61101f9966
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