aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-10-09 13:35:56 +0100
committerAkshay <[email protected]>2020-10-09 13:35:56 +0100
commit6a9e6bd0b440234e6b5f89414ca340867e8b6c98 (patch)
tree5b762b956771d7d3dc063c729f46b9b04e580474 /readme.txt
parent3ef6ec4bd3314efcac2504bd3a25e380d5e9514f (diff)
doc/todos
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 3892f01..6a4be58 100644
--- a/readme.txt
+++ b/readme.txt
@@ -18,9 +18,11 @@ cabal:
18 18
19 cabal run 19 cabal run
20 20
21
21todo 22todo
22---- 23----
23 24
24* use Control.Monad.Except from mtl to handle errors 25* implement correct double/int interaction (src/Operators.hs)
25* implement property based testing with quickcheck, look 26* implement boolean operations: and, not, or
26 under tests/Properties.hs 27* write Ord instance for LispNumber (src/Operators.hs)
28* implement property based testing with quickcheck (tests/Properties.hs)