index — ccc @ main

Chris' C(17) Compiler

c575c2b1
Add long integers
drwxrwxrwx
249
src/
-rw-r--r--
18
.gitignore
-rw-r--r--
6261
Cargo.lock
-rw-r--r--
163
Cargo.toml
-rw-r--r--
701
README.md

Chris’ C Compiler

An attempt to write an (educational) C(17) compiler. Provides a Lexer, Parser and a Code Generator (x86_64).

The compiler driver uses GCC’s preprocessor and assembler/linker, to help turning the code into an executable.

Supports:

clone
git clone https://git.krinitsin.com/ccc.git