hngenc/blip
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Blip Interpreter 1.0
by Hasan N. Genc
======================
OVERVIEW
======================
Blip is a toy programming language created by Dr. Craig Chase for the E E 312
course at the University of Texas at Austin. It supports conditional statements,
loops, functions, and variable-naming. Examples of Blip programs can be found in
the "examples" directory.
This project provides an interpreter for the Blip programming language.
======================
INSTRUCTIONS
======================
To build, simply run the following command:
make blip
Usage:
blip <blip_program