KolibriOS / cminusminus

C-- compiler upstream
37 stars 3 forks source link

Switch from C++ to pure C #3

Open XVilka opened 4 years ago

XVilka commented 4 years ago

From all C++ features it uses only default values for function parameters.

It will also allow to build it with TinyCC of which there is a KolibriOS fork - ktcc which will allow to run C-- directly from the KolibriOS.

mkostoevr commented 3 years ago

From all C++ features it uses only default values for function parameters.

... and references.