blob: 4549e807b2ce9c2a35f7d8cedc903c3e66126bbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
attocc
======
attocc is a minimal C compiler
Currently it can:
- Lex C source code
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
|