diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-15 13:38:14 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-15 13:38:14 +0200 |
commit | 111d50c8a343df9f90b1b695b836ae093fe96add (patch) | |
tree | b2cf91973d9d9f4f85dff7302cf119c315d37d87 | |
parent | ab8ec0f137b17be65369e05383f3471f901bb7c3 (diff) | |
download | attocc-111d50c8a343df9f90b1b695b836ae093fe96add.tar attocc-111d50c8a343df9f90b1b695b836ae093fe96add.tar.bz2 attocc-111d50c8a343df9f90b1b695b836ae093fe96add.tar.zst |
readme
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | readme.txt | 21 |
2 files changed, 22 insertions, 0 deletions
@@ -1,4 +1,5 @@ /* !/attocc.c !/makefile +!/readme.txt !/.gitignore diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..98388a7 --- /dev/null +++ b/readme.txt @@ -0,0 +1,21 @@ +attocc +====== + +attocc is a minimal C compiler + +Currently it can: + - Lex C source code + +What it should do: + - Preprocess + - Parse + - Compile + - Compile itself + +Compiling +--------- +Run `make attocc`. + +Licence +------- +AGPL-3.0-or-later |