No description
Find a file
Yann Esposito (Yogsototh) f24948d5db
fix tests
2017-04-19 23:40:51 +02:00
examples added comment support 2017-04-17 17:35:28 +02:00
lish wip 2017-04-17 19:12:59 +02:00
src wip 2017-04-17 19:12:59 +02:00
src-benchmark first commit for lish 2017-02-18 17:57:37 +01:00
src-doctest first commit for lish 2017-02-18 17:57:37 +01:00
src-exe first commit for lish 2017-02-18 17:57:37 +01:00
src-test fix tests 2017-04-19 23:40:51 +02:00
.gitignore Multiline commands 2017-03-11 12:07:38 +01:00
.travis.yml first commit for lish 2017-02-18 17:57:37 +01:00
CHANGELOG.md first commit for lish 2017-02-18 17:57:37 +01:00
LICENSE first commit for lish 2017-02-18 17:57:37 +01:00
lish.cabal strict fns, recursive fns are working 2017-04-11 23:49:19 +02:00
package.yaml strict fns, recursive fns are working 2017-04-11 23:49:19 +02:00
README.md Use catamorphism 2017-03-12 15:13:14 +01:00
Setup.hs first commit for lish 2017-02-18 17:57:37 +01:00
stack.yaml Use catamorphism 2017-03-12 15:13:14 +01:00

lish

Build Status

This project is an experimental LISP flavoured Shell

Build

Install stack

And then

git clone https://github.com/yogsototh/lish.git
cd lish
stack setup && stack build
stack exec -- lish-exe

To note

This Haskell project use the stack template tasty-travis.

Please read file tutorial.md for first steps in using the template.