From 3ce3cee5005b7821244177a5ac2a72983b77aeb0 Mon Sep 17 00:00:00 2001 From: Richard Harrington Date: Sat, 3 Aug 2013 16:04:41 -0400 Subject: [PATCH] removed resolved issues from issues.txt --- issues.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/issues.txt b/issues.txt index f93fa5e..a298d13 100644 --- a/issues.txt +++ b/issues.txt @@ -2,8 +2,4 @@ issues: 1) better error-reporting. Start with pattern-matching on the instruction list to make sure everything is valid (i.e. that comparison operators have values after them, that 'if' statements are followed by comparisons, etc. -2) get multiple lines to work when there are comments on each line - -3) include line number information in tokens, not just character information - 4) disallow recursion (if the stack already contains a pointer, do not allow it to be pushed again).