Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Suloch/chirp
Interpreter in C for rockstar programing language
https://github.com/Suloch/chirp
bison c flex interpreter rockstar-language
Last synced: 2 months ago
JSON representation
Interpreter in C for rockstar programing language
- Host: GitHub
- URL: https://github.com/Suloch/chirp
- Owner: Suloch
- License: mit
- Created: 2018-08-13T02:58:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T10:08:20.000Z (11 months ago)
- Last Synced: 2024-08-03T18:15:36.258Z (6 months ago)
- Topics: bison, c, flex, interpreter, rockstar-language
- Language: C
- Homepage:
- Size: 158 KB
- Stars: 22
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - chirp
README
![build status](https://api.travis-ci.org/Suloch/chirp.svg?branch=master)
# chirp
chirp stands for **chirping Interpreter for Rockstar programming**. It is an
interpreter written in C using flex and yacc for [rockstar language](https://github.com/dylanbeattie/rockstar).
Checkout the [wiki](https://github.com/Suloch/chirp/wiki) for the tutorial
Try it out [online](http://harohawayu.pythonanywhere.com/main/run/)
***
## 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](1.png?raw=true "Working")