Skip to content
/ Blip Public

An interpreter of Blip programming language

Notifications You must be signed in to change notification settings

ericxl/Blip

Repository files navigation

Blip Language Interpreter

An interpreter of Blip programming language.

Overview

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.

Build

make blip

Usage

blip < blip_program
blip < tests/test1.blip

Releases

No releases published

Packages

No packages published