abhilash1in / rit-code

Esoteric Programming Language for Dummies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RIT CODE

Esoteric Programming language for dummies

Dependencies

Lex/Flex

YACC/Bison

Input

Place your code in input.txt

Execution - Linux

chmod 777 exec.sh
./exec.sh

Execution - Windows (Untested)

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")

About

Esoteric Programming Language for Dummies


Languages

Language:Yacc 78.6%Language:Lex 17.7%Language:Shell 3.6%