summaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..98388a7
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,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