chirp stands for chirping Interpreter for Rockstar programming. It is an
interpreter written in C using flex and yacc for rockstar language.
Checkout the wiki for the tutorial
Try it out online
Use the makefile to compile the source
make clean
make
To the run the interpreter
./chirp
To the run the interpreter with filename
./chirp filename