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