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.