vintage-basic: Interpreter for microcomputer-era BASIC
An interpreter for what is essentially Microsoft BASIC v2, what you might find on a computer in the late 70s or early 80s, such as the Commodore 64.
Rather than making use of traditional stack-based primitives, the implementation uses monad transformers, including one with resumable exceptions that can caught by a program's continuation rather than its context.
[Skip to Readme]
Downloads
- vintage-basic-1.0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 1.0, 1.0.1, 1.0.3 | 
|---|---|
| Dependencies | array (>=0.1), base (>=4.9 && <5), directory (>=1), filepath (>=1.1), hashable (>=1.2), hashtables (>=1.2), HUnit (>=1.2), mtl (>=1.1), parsec (>=2.1), process (>=1), random (>=1), regex-base (>=0.72), regex-posix (>=0.72), time (>=1.1) [details] | 
| Tested with | ghc ==8.0.2 | 
| License | BSD-3-Clause | 
| Author | Lyle Kopnicky | 
| Maintainer | lyle@vintage-basic.net | 
| Category | Compilers/Interpreters | 
| Home page | http://www.vintage-basic.net | 
| Uploaded | by LyleKopnicky at 2017-08-02T05:09:34Z | 
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] | 
| Executables | vintbas | 
| Downloads | 3043 total (12 in the last 30 days) | 
| Rating | (no votes yet) [estimated by Bayesian average] | 
| Your Rating | |
| Status | Docs not available [build log] Last success reported on 2017-08-02 [all 3 reports] |