ppc-lang/doc/type-system/index.md

8 lines
326 B
Markdown
Raw Permalink Normal View History

2022-09-19 07:34:19 +00:00
# Type system
In ++C types are extremely simple so that transpilation to any language can be made easier. Types in ++C are strongly inspired by C, so there are only structs and internal numeric types.
2022-09-19 07:34:19 +00:00
Table of contents:
1. [Fields](./fields.md)
2. [Integrated types](./integrated-types.md)
3. [The void type](./void-type.md)