Esoteric Programming language for dummies
Lex/Flex
YACC/Bison
Place your code in input.txt
chmod 777 exec.sh
./exec.sh
lex lex.l
yacc -d yacc.y
gcc -w lex.yy.c y.tab.c -ll
system("a.exe input.txt")
g++ out.cpp functions.cpp -o myprog
system("myprog.exe")