c2lang / c2compiler

the c2 programming language
c2lang.org
Apache License 2.0
702 stars 47 forks source link

Implement UnaryOperations in LLVM IR #51

Open lerno opened 5 years ago

lerno commented 5 years ago

Unary Operations are not yet implemented. I'm currently working on this in a branch.

bvdberg commented 5 years ago

Since the Clang-patch is so big, adding more features on top of that might result in some merge conflicts in the future, unless this change is quite isolated

lerno commented 5 years ago

Some additions here, but not complete #60