Created Preprocessor (markdown)

servostar 2024-01-24 16:04:36 +01:00
parent c13bf6f6f0
commit 27e991d417
1 changed files with 1 additions and 0 deletions

1
Preprocessor.md Normal file

@ -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.