cyclyy / ucc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C 89.6%Language:C++ 6.9%Language:Smarty 2.6%Language:Makefile 0.5%Language:Assembly 0.3%Language:Batchfile 0.0%Language:SWIG 0.0%