BuildYourLanguage.com what's that ?

This a website to create your own programming language faster and easier !

Just fill a form to obtain your compiler for your language ! That's all !

How to use your compiler ?

Step 1

Create a folder where you put your compiler and yours programs.

etape 1


Step 2

Open a terminal in the root of your folder and type the following commands :


      chmod +x mon_compilateur
      ./mon_compilateur programme.mon_compilateur
      gcc -o programme programme.c
      ./programme