From 5bf1d740a5758f7de38985c370b83b0ef4057cb4 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Wed, 2 May 2018 17:45:07 -0400 Subject: [PATCH] Removed completed task from near-term list --- Roadmap.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Roadmap.md b/Roadmap.md index 8c72055..832af5a 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -2,7 +2,6 @@ ## Near-Term - Finish compiler implementation (parity with interpreter features) - - Improve allocation for `callsbegin` / `subsbegin` lists so they are allocated at opposite end of the arena to the source code. This makes it trivial to free them afterwards. - Array pass by reference - Work out how to evaluate expressions with only constants within the compiler so array dimensions no longer need to be literal constants - Write a non-trivial app in EightBall to discover the pain points