homebrew programming languages

hbag

bitchmade
Joined
Jul 31, 2017
Messages
1,715
Nebulae
1,597
i got bored so i decided to write my own esolang
it's just a brainfuck equivalent but i had to write the interpreter for it and everything so

jFOxgRc.png
 

Alyx Vance

CEO of Apple
Joined
Aug 7, 2016
Messages
377
Nebulae
409
my interpreter is cooler now
unknown.png

Code:
#include <yeast.h>
#include <flour.h>
#include <iomanip>
using namespace std;

int main(int argc, char** argv, char** envp) {
 cout << “bagUETTE” << endl;
 cin >> “do u like BAGUETTE”;
 char bread;
 cin.get(bread);
cin.ignore(‘\n’, 2);
 if (bread != ‘y’ || bread != ‘Y’) {
  cout << “wtf” << endl;
  } else {
  cout << “gamer moment” << endl;
   }
 return 69;
}
 
Last edited: