KCC Compiler Toolchain
Early Development

The KCC project is a simple course project in developing a windows tested compiler in a simple high-level language for creating binaries targeted for the Raspberry Pi platform.

Target Audience

This language is designed largely as a basic concept for learning and understanding compilers, and so it is encourage to hack the source code to change language properties and adapt it into a modified language.

Hopefully, this project will develop into something worth learning. Otherwise, it's a fun thing to tinker with.

Features

  • Automatic dependency detection and ordering
  • Safe memory management without garbage collection
  • Operators for common compound expressions


Supports Windows