attocc ====== attocc is a minimal C compiler Currently it can: - Lex C source code What it should do: - Preprocess - Parse - Compile - Compile itself Compiling --------- Run `make attocc`. Licence ------- AGPL-3.0-or-later