DigCC
A simple, easy-to-retarget, C compiler
DigCC is a simple, easy-to-retarget, C compiler.
DigCC handles the main features of the C language, including:
- complex data types (arrays, structs, and composition thereof)
- dynamic structures (lists, trees, graphs, etc)
The current version of DigCC targets the DigMIPS processor, and provides a runtime library with I/O and simplified heap handling (malloc/free).