haskell-based redcode interpreter
app | ||
src | ||
test | ||
.gitattributes | ||
.gitignore | ||
CHANGELOG.md | ||
dclnm.cabal | ||
LICENSE | ||
package.yaml | ||
README.md | ||
Setup.hs | ||
stack.yaml | ||
stack.yaml.lock |
dclnm
A haskell-based redcode interpreter. The name is meant to be read as "650 nanometers", DCL being the Roman numeral representation for 650 and 650 nm being the wavelength (λ) of red light.
It is based on the ICWS '88 standard.
building
Stack is required to build this project.
To build the main code, run stack build
.
To run the tests, run stack test
.