summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-06-19 13:05:38 +0200
committermetamuffin <metamuffin@disroot.org>2025-06-19 13:05:38 +0200
commitccda581933e02db4dd5297d7a1b84ab8b83416c3 (patch)
tree5fd9cd0c14969e65fc06b876cb1db4b45e39124a
parent2c7a36cd8edd17ac87de017a9cc9047ef557c564 (diff)
downloadattocc-ccda581933e02db4dd5297d7a1b84ab8b83416c3.tar
attocc-ccda581933e02db4dd5297d7a1b84ab8b83416c3.tar.bz2
attocc-ccda581933e02db4dd5297d7a1b84ab8b83416c3.tar.zst
update readme
-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