harec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5c13342f7a31fb005605db221c0cebc2d9c57daf
parent f664c18186054f8fe7f4e1a54c71ab5a5eb6b86b
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 22 Dec 2020 14:04:00 -0500

Update todo.txt

Diffstat:
Mtodo.txt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/todo.txt b/todo.txt @@ -2,6 +2,8 @@ highest priorities, unordered except where there are obvious dependencies: - variable assignment - simple binary and unary arithmetic +- refactor parser (and AST) to have each parse_* function return a heap + allocated expression, rather than accept a pointer to one - aggregate types - in parameters - in variables