array-forth: A simple interpreter for arrayForth, the language used on GreenArrays chips.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This is a package for working with arrayForth. This is a variant of Forth used by GreenArrays chips. This package contains an arrayForth simulator, two different representations of arrayForth programs and some utilities like parsing. It also supports synthesizing arrayForth programs using MCMC. The basic idea is to find arrayForth programs by taking a simple prior distribution of programs and using a randomized hill-climbing algorithm to find a program fulfilling certain tests.
Properties
Versions | 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.2.0.6, 0.2.1.4, 0.2.1.4 |
---|---|
Change log | None available |
Dependencies | array (>=0.4), array-forth, base (>4.7 && <=5), Chart (>=0.16 && <1.0), mcmc-synthesis (>=0.1.2.1), modular-arithmetic (>=1 && <2), MonadRandom (>=0.1 && <0.2), OddWord (>=1.0.0), optparse-applicative (>=0.7 && <0.10), split (>=0.1 && <0.2), vector (>=0.9 && <0.11) [details] |
License | GPL-3.0-only |
Author | Tikhon Jelvis <tikhon@jelv.is> |
Maintainer | Tikhon Jelvis <tikhon@jelv.is> |
Category | Language |
Source repo | head: git clone git://github.com/TikhonJelvis/array-forth.git |
Uploaded | by TikhonJelvis at 2015-01-17T01:11:21Z |
Modules
[Index]
- Language
- ArrayForth
- Language.ArrayForth.Channel
- Language.ArrayForth.Core
- Language.ArrayForth.Distance
- Language.ArrayForth.Interpreter
- Language.ArrayForth.NativeProgram
- Language.ArrayForth.Opcode
- Language.ArrayForth.Parse
- Language.ArrayForth.Program
- Language.ArrayForth.Stack
- Language.ArrayForth.State
- Language.ArrayForth.Synthesis
- ArrayForth
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
synthesis | build the mcmc synthesis demo app | Disabled |
chart | build the charting facilities for analyzing the synthesizer | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- array-forth-0.2.1.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees