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
- Host: GitHub
- URL: https://github.com/stickypiston/dabulang
- Owner: stickyPiston
- Created: 2022-09-14T11:33:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T21:27:18.000Z (6 months ago)
- Last Synced: 2025-01-12T09:29:58.871Z (4 months ago)
- Topics: haskell, interpreter, megaparsec, programming-language
- Language: Haskell
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.