/chirp

Interpreter in C for rockstar programing language

Primary LanguageCMIT LicenseMIT

build status

chirp

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


Compiling

Use the makefile to compile the source

make clean
make

Usage

To the run the interpreter

./chirp

To the run the interpreter with filename

./chirp filename

Screenshot

Screenshot