Go to file
Ivy 65e4502799 Removed previous buggy feature of var evaluation 2021-01-30 17:34:15 +01:00
src Removed previous buggy feature of var evaluation 2021-01-30 17:34:15 +01:00
LICENSE Changed LICENSE 2021-01-28 01:25:32 +00:00
README.md Added install instructions 2021-01-29 00:24:05 +01:00
Setup.hs First commit 2021-01-28 02:16:30 +01:00
cherry-lisp.cabal Now vars 'set!' and 'nil' are treated as symbols in the lexer 2021-01-30 14:54:28 +01:00
stack.yaml I Now uses haskeline to improve repl 2021-01-29 00:19:19 +01:00

README.md

Cherry Lisp

A tiny and lazy lisp.

  /\
 |  \
 @   @

cherry> (+ 2 3 4)
9

Instructions

# apt install haskell-stack
$ git clone https://git.fai.su/Suguivy/cherry-lisp
$ cd cherry-lisp
# stack upgrade
$ stack build
$ stack install
$ cherry

Work in progress...