blob: dcc36af57cd2d8cc5f901893b61adfc908446c5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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
|