An interpreter of Blip programming language.
Blip is a simple programming language. It supports conditional statements, loops, functions, and variable-naming. This project is a Blip language interpreter. Examples of Blip programs can be found in the "tests" directory.
This project provides an interpreter for the Blip programming language.
make blip
blip < blip_program
blip < tests/test1.blip