From 27e991d4173aa0d0210b7db3e451eb1bbb9908d8 Mon Sep 17 00:00:00 2001 From: servostar <72654954+Servostar@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:04:36 +0100 Subject: [PATCH] Created Preprocessor (markdown) --- Preprocessor.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Preprocessor.md diff --git a/Preprocessor.md b/Preprocessor.md new file mode 100644 index 0000000..7097fdc --- /dev/null +++ b/Preprocessor.md @@ -0,0 +1 @@ +The preprocessor (nickname: tinyPP) is a text based macro processor which is run before the actual compiler. It performs various text processing tasks such function-like macros, definitions, logical structures such as conditionals and loops. \ No newline at end of file