No description
Find a file
2025-11-30 21:56:39 +01:00
.gitignore implemented the lexer 2025-11-30 12:58:35 +01:00
cc.c implemented basic parsing 2025-11-30 21:56:39 +01:00
config.def.h implemented the lexer 2025-11-30 12:58:35 +01:00
config.h implemented the lexer 2025-11-30 12:58:35 +01:00
config.mk implemented the lexer 2025-11-30 12:58:35 +01:00
lexer.c implemented basic parsing 2025-11-30 21:56:39 +01:00
lexer.h implemented basic parsing 2025-11-30 21:56:39 +01:00
LICENSE implemented the lexer 2025-11-30 12:58:35 +01:00
Makefile implemented basic parsing 2025-11-30 21:56:39 +01:00
parser.c implemented basic parsing 2025-11-30 21:56:39 +01:00
parser.h implemented basic parsing 2025-11-30 21:56:39 +01:00
README fixed README 2025-11-30 16:06:20 +01:00
sema.h implemented basic parsing 2025-11-30 21:56:39 +01:00
test.c implemented basic parsing 2025-11-30 21:56:39 +01:00
utils.c implemented basic parsing 2025-11-30 21:56:39 +01:00
utils.h implemented basic parsing 2025-11-30 21:56:39 +01:00

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