From fa032ff54cd6768de1b79b6eaaee29fb5f57e74b Mon Sep 17 00:00:00 2001 From: hellerve Date: Thu, 11 May 2017 18:50:50 +0200 Subject: [PATCH] removed first todo (yay!) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1cdd652..c1173e5 100644 --- a/README.md +++ b/README.md @@ -19,5 +19,4 @@ Basically everything except calculating stuff with numbers. This includes: - A parser (foundations are laid) - An evaluator (the current just does a tree rewrite on binary operations; this is cute, but not capable enough for the full `bc` language, of course) -- A better data structure (numbers should probably have their own parent type to implement calculation) - A good readline copy (haskeline is sadly out of the question for this project)