Add backlog.

This commit is contained in:
Jesse Brault 2026-03-08 13:35:12 -05:00
parent ec7bf650b2
commit a7d162b2ca

6
backlog.md Normal file
View File

@ -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.