A compiler for the Tadayaya Language written in D. Works only on Windows for now
This is obviously a joke program as it ignores any input and just spits out the smallest possible Windows PE executable I found. Might become a real thing in the future, who knows.
Either compile yourself or download the compiler from the releases page.
Run it with:
tadayayalang.exe --input yourfile.ayaya --output executablename
After that you will get an executablename.exe file you can run.
Here's a small video demonstrating how it works: Tadayaya Language Compiler - Streamable
// SAMPLE TADAYAYA PROGRAM THAT DOES NOTHING
DEAR COMPILER,
PLEASE DON'T COMPILE THIS
LOVE, SALTY
Please feel free to create an issue on the issues page
Download dmd (or any D compiler, only dmd is tested) and simply build it.