diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-19 13:05:38 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-19 13:05:38 +0200 |
commit | ccda581933e02db4dd5297d7a1b84ab8b83416c3 (patch) | |
tree | 5fd9cd0c14969e65fc06b876cb1db4b45e39124a | |
parent | 2c7a36cd8edd17ac87de017a9cc9047ef557c564 (diff) | |
download | attocc-ccda581933e02db4dd5297d7a1b84ab8b83416c3.tar attocc-ccda581933e02db4dd5297d7a1b84ab8b83416c3.tar.bz2 attocc-ccda581933e02db4dd5297d7a1b84ab8b83416c3.tar.zst |
update readme
-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 |