From c9958740743bd38f600d6b3d2f47af474def714f Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 14 Oct 2020 23:00:05 +0530 Subject: fix vector and bool interactions --- readme.txt | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 readme.txt (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt deleted file mode 100644 index f187488..0000000 --- a/readme.txt +++ /dev/null @@ -1,45 +0,0 @@ -lisk ----- - -an educational lisp interpreter written in haskell - - -build and run -------------- - -nix: - - cabal2nix . > default.nix - nix-build release.nix - ./result/bin/lisk - - -cabal: - - cabal run - - -usage ------ - -$ lisk -;;; Entering lisk repl ... -(lisk)> (+ 1 2 3) -Right 6 -(lisk)> (not (= 2 3)) -Right #t -(lisk)> '(a b c) -Right (a b c) - - - -todo ----- - -apart from lines/blocks marked with TODO in the source -files: - -* implement correct double/int interaction (src/Operators.hs) -* implement boolean operations: and, or -* rectify Ord implementation for LispNumber (src/Operators.hs) -* implement property based testing with quickcheck (tests/Properties.hs) -- cgit v1.2.3