chirp
November 17, 2022 ยท View on GitHub
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
