summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 4549e80..dcc36af 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,8 @@ attocc
attocc is a minimal C compiler
Currently it can:
- - Lex C source code
+ - Tokenize C source code
+ - Parse some simple bits
What it should do:
- Preprocess