abouttreesummaryrefslogcommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorPatrick Schönberger2021-08-04 21:44:26 +0200
committerPatrick Schönberger2021-08-04 21:44:26 +0200
commitb9322dfb8efe37f6f88a899269bdf21015f4db9a (patch)
tree837a9aadd80723f6c3d672fe0c9ae04f4f0864c8 /todo.txt
parentc2ba7425955ae538e220cec79d9124756d1b4c8b (diff)
downloadtoc-b9322dfb8efe37f6f88a899269bdf21015f4db9a.tar.gz
toc-b9322dfb8efe37f6f88a899269bdf21015f4db9a.zip
generic functions and structs
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/todo.txt b/todo.txt
index 07e6bb6..25b4473 100644
--- a/todo.txt
+++ b/todo.txt
@@ -43,11 +43,6 @@ define grammar:
- private
-Zeitplan:
-02.08: Schreiben, generics
-03.08: Schreiben, namespaces, private
-04.08: Schreiben, type system
-
@@ -59,4 +54,11 @@ Missing:
- bitfields
- nested bodies {}
- multiple files
-- call outer functions with same name (::f1()) \ No newline at end of file
+- call outer functions with same name (::f1())
+- generic methods
+- nested type instantiation
+- automatic dereference/->
+- automatic "this"
+- Kommentare
+- include C
+- (compile) \ No newline at end of file