ooc 0.2

ooc is an object-oriented programming language which translates to C by the means of an intermediate compiler. It can then be compiled by a C compiler such as gcc. E.g. it supports classes, abstract functions, foreaches, etc. It intends to be modern,...