19 lines
684 B
Markdown
19 lines
684 B
Markdown
# ++C lang - full documentation
|
|
|
|
This is the official documentation for the ++C language. This documentation describes in detail everything there is to know about the language ++C and the ++C ecosystem.
|
|
|
|
NOTE: this documentation is still a WOP (work in progress)
|
|
|
|
## Contents
|
|
|
|
1. [Control flow and statements](./control-flow/index.md)
|
|
2. [Type system](./type-system/index.md)
|
|
3. [Functions](./functions.md)
|
|
5. [Generics](./generics.md)
|
|
6. [Versions](./versions.md)
|
|
7. [Intermediate](./intermediate.md)
|
|
|
|
The following are from a previous iteration of the documentation, so it may be more unstructured
|
|
|
|
2. [Metadata](./ppc-metadata.md)
|
|
3. [Type system (old)](./ppc-type_architecture.md) |