diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |