From ee61a5a2bbf35d008c9da5253997347ded0f36d2 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Fri, 4 May 2018 11:30:35 -0400 Subject: [PATCH] Fix typo --- Roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index dac7223..cf4c55e 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -5,7 +5,7 @@ This is where I keep track of what to do next ... ## Near-Term - Write a non-trivial app in EightBall to discover the pain points and the bugs that `unittest.8b` doesn't reveal - Try to squeeze the interpreter / compiler code down a bit to save memory. - - There is duplication that can be eliminated by reorganizing the logic and/or factoring out into functions. For example, `getintvar()`/`setintvar(). + - There is duplication that can be eliminated by reorganizing the logic and/or factoring out into functions. For example, `getintvar()`/`setintvar()`. - Also, use preprocessor to allow compiler and/or interpreter to be disabled. - Compile direct from disk?