|
3 years ago | |
---|---|---|
examples | 3 years ago | |
lish | 3 years ago | |
src | 3 years ago | |
src-benchmark | 4 years ago | |
src-doctest | 4 years ago | |
src-exe | 4 years ago | |
src-test | 3 years ago | |
.gitignore | 4 years ago | |
.travis.yml | 4 years ago | |
CHANGELOG.md | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
Setup.hs | 4 years ago | |
lish.cabal | 3 years ago | |
package.yaml | 3 years ago | |
stack.yaml | 4 years ago |
This project is an experimental LISP flavoured Shell
Install stack
And then
git clone https://github.com/yogsototh/lish.git
cd lish
stack setup && stack build
stack exec -- lish-exe
This Haskell project use the stack template tasty-travis
.
Please read file tutorial.md
for first steps in using the template.