This is a simple compiler that supports variable definition, function definition, and function execution. Of course, logical control statements such as IF ELSE and WHILE are also supported. The code is written entirely in C language. The output uses the standard library stdio.h of C language.
It is still under development. Please stay tuned for updates.