From a7d162b2caf1d9ed353593c87830b55044b2def1 Mon Sep 17 00:00:00 2001 From: Jesse Brault Date: Sun, 8 Mar 2026 13:35:12 -0500 Subject: [PATCH] Add backlog. --- backlog.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 backlog.md diff --git a/backlog.md b/backlog.md new file mode 100644 index 0000000..026850e --- /dev/null +++ b/backlog.md @@ -0,0 +1,6 @@ +# Project Backlog +As of March 8, 2026. + +- Type check return value from functions. Currently, the statement, if an + expression, and if there is a non-Void return type on the function, just gets + returned.