No description
| .gitignore | ||
| cc.c | ||
| config.def.h | ||
| config.h | ||
| config.mk | ||
| lexer.c | ||
| lexer.h | ||
| LICENSE | ||
| Makefile | ||
| README | ||
| test.c | ||
| utils.c | ||
| utils.h | ||
cc - C compiler
============================
cc is a C compiler. It can compile C code.
Requirements
------------
In order to build cc you need... a computer
Installation
------------
Edit config.mk to match your local setup (cc is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install cc (if
necessary as root):
make clean install
Usage
-----------
cc file