diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-17 01:24:46 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-17 01:24:46 +0200 |
commit | 84e75a2757c6faa0710887f23b4bc2a0c5328548 (patch) | |
tree | b788b22b039f8cec30bd0ec7820a41674c670aff /readme.txt | |
parent | 45aba31a75b4fe732567f0b091f919ad1a5e6c15 (diff) | |
download | attocc-84e75a2757c6faa0710887f23b4bc2a0c5328548.tar attocc-84e75a2757c6faa0710887f23b4bc2a0c5328548.tar.bz2 attocc-84e75a2757c6faa0710887f23b4bc2a0c5328548.tar.zst |
enum parse works 50%
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,12 +9,13 @@ Currently it can: What it should do: - Preprocess - Parse - - Compile + - Compile simple programs - Compile itself + - Compile everything Compiling --------- -Run `make attocc`. +Run `cc attocc.c -o attocc` or `make attocc`. Licence ------- |