++C
This project is one of 3 parts that make up the ++C language: this is the transpiler.
++C is a a superset language of C, which, in practice, is actually transpiled to C. It allows for various powerful extensions to the language, without the added complexity of C++.
This page was generated from the readme file of the github repo.
# ppp
- TODO: write brief project description
Documentation
The documentation for ppp is available at the following address: - https://lexouduck.github.io/ppp/doc/html/index.html
Build system
NOTE: This project uses cccmk to harmonize files/styles across multiple projects/repositories.
This project is built using a cross-platform Makefile build system. To learn more about what make scripts are provided, try make help
, which will give a list of all rules and a brief description for each (the make help-all
rule may also be of use).
This project is written in C, and is built using a C compiler (by default, typically clang
or gcc
/mingw
), and uses make
for dependency management.
Contributing
Check CONTRIBUTING.md
, which is the file that serves as a “contributions style guide” document. This style described in it was chosen because it allows for more efficient version control and code review.