attocc ====== attocc is a minimal C compiler Currently it can: - Tokenize C source code - Parse some simple bits What it should do: - Preprocess - Parse - Compile simple programs - Compile itself - Compile everything Compiling --------- Run `cc attocc.c -o attocc` or `make attocc`. Licence ------- AGPL-3.0-or-later