Skip to content

Suloch/chirp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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