summaryrefslogtreecommitdiff
path: root/readme.txt
blob: 98388a786e1fb4a0e1202bc372750ec1daaebd28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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