Added many more unary operators.
commit277234cec1913e98fe258e626f2de9308793d3f9
authorJoshua Phillips <jp.sittingduck@gmail.com>
Fri, 19 Dec 2008 22:56:20 +0000 (19 22:56 +0000)
committerJoshua Phillips <jp.sittingduck@gmail.com>
Fri, 19 Dec 2008 22:56:20 +0000 (19 22:56 +0000)
tree2d8ed236ec413dfc3c1d9f13aaade96029cdfc18
parenta3a22b46f6e6a9bf91d998e414233915b5aefdcc
Added many more unary operators.

Function call, array subscript, member access, unary
plus/minus/bitwise not/logical not, cast, dereference, address-of and
sizeof. I think that's all of them now.
parse.c
stree.c
stree.h
tokens.inc