From 0ddae3ab7912b3f5eb0ec58a9fa688b092ef1028 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 6 Jun 2021 17:57:50 +0200 Subject: [PATCH] Added TODO --- todo1.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/todo1.md b/todo1.md index 73fbfa8..8a5874b 100644 --- a/todo1.md +++ b/todo1.md @@ -1,5 +1,9 @@ -TODO: Holidays (1-10th May) -=========================== +TODO List +========= + +# Now + +## Parsing - [ ] `parseStruct` - [x] Actually parse body @@ -18,8 +22,12 @@ TODO: Holidays (1-10th May) - [ ] `parseClass` - [ ] Add this +## Typechecking -## Future +- [ ] Dependency generation + - [ ] Classes declared at the module level should be marked as static in `parse()` (not in `parseBody()` <- this is a note we don't do this) + +# Future - [ ] Make the compiler a library - [ ] Remove `exit` from `expect` and rather throw an error