Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Davide's C+ compiler

The C+ language's main idea is to give C OOP features without getting too high-level with the language. This compiler is built to receive C+ files, preprocess them, and transpile them to standard C files (.i). C+ files are passed through the C preprocessor (cpp) to avoid having to pass headers to the compiler.

Compilation process: dcpc file.c+ gcc file.i

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages