trash/ppc-lang

Clone repo: git clone https://git.topcheto.eu/trash/ppc-lang.git
All branches, All tags, View raw

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.

Table of contents: 1. Fields 2. Integrated types 3. The void type