harec

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

commit 79f1461700b9db41bed4c5650e984045dac5e7d4
parent 8e4ff4de54769027e6d6b691caf2fe391f929649
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 22 Dec 2020 10:07:48 -0500

Add todo.txt with high-priority tasks

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

diff --git a/todo.txt b/todo.txt @@ -0,0 +1,16 @@ +highest priorities, unordered except where there are obvious dependencies: + +- variable assignment +- simple binary and unary arithmetic +- aggregate types + - in parameters + - in variables + - in return values +- field access, indexing +- function calls +- static let +- pointers + +This subset of features should allow us to address most of the problems with gen +that v1 suffered from, and end up with a solid basis from which we can +confidently implement the remainder of the features.