From 111d50c8a343df9f90b1b695b836ae093fe96add Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 15 Jun 2024 13:38:14 +0200 Subject: readme --- .gitignore | 1 + readme.txt | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 readme.txt diff --git a/.gitignore b/.gitignore index eafa3bb..37f2b82 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3-70-g09d2