An open API service indexing awesome lists of open source software.

https://github.com/stickypiston/dabulang

A simple imperative programming language with a BASIC-inspired syntax
https://github.com/stickypiston/dabulang

haskell interpreter megaparsec programming-language

Last synced: 3 months ago
JSON representation

A simple imperative programming language with a BASIC-inspired syntax

Awesome Lists containing this project

README

        

# dabulang
A simple imperative programming language with a BASIC-inspired syntax

## Getting started

The interpreter is written in haskell and uses cabal as the build system, so make sure these are installed on your system.
To build the project, clone the repo and run `cabal run dabulang -- test/test.dabu` which should execute the test script.