From 6a9e6bd0b440234e6b5f89414ca340867e8b6c98 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 9 Oct 2020 18:05:56 +0530 Subject: doc/todos --- readme.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index 3892f01..6a4be58 100644 --- a/readme.txt +++ b/readme.txt @@ -18,9 +18,11 @@ cabal: cabal run + todo ---- -* use Control.Monad.Except from mtl to handle errors -* implement property based testing with quickcheck, look - under tests/Properties.hs +* implement correct double/int interaction (src/Operators.hs) +* implement boolean operations: and, not, or +* write Ord instance for LispNumber (src/Operators.hs) +* implement property based testing with quickcheck (tests/Properties.hs) -- cgit v1.2.3