Skip to content
/ ucc Public
forked from sheisc/ucc162.3

A lightweight open-source C compiler for research and education.

Notifications You must be signed in to change notification settings

cyclyy/ucc

 
 

Repository files navigation

UCC

A Lightweight Open-Source C Compiler for Research and Education

The original author is Wenjun Wang (Chief Architect of MIUI, Xiaomi Technology).

Overview

(1) The directory UCC contains the source code of the lightweight open-source C compiler (C89 standard).

(2) If you are interested in how to interpret a simplified C language, please refer to the directory MYC, which includes an interpreter.

(3) The directory ucc/examples/sc contains the code for Chapter 1 in the book (The Dissection of C Compiler.pdf).

About

A lightweight open-source C compiler for research and education.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.7%
  • C++ 6.9%
  • Smarty 2.6%
  • Makefile 0.5%
  • Assembly 0.3%
  • Batchfile 0.0%