abouttreesummaryrefslogcommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt
index 25b4473..e066ece 100644
--- a/todo.txt
+++ b/todo.txt
@@ -44,17 +44,18 @@ define grammar:
-
+~14.08 Abgabe Paper/Code
Missing:
-- unions
+- unions/enums
- const/static/extern
-- operator precedence
+- operator precedence(given by C compiler)
- bitfields
- nested bodies {}
- multiple files
- call outer functions with same name (::f1())
+- automatically select function/var/struct from namespace recursively
- generic methods
- nested type instantiation
- automatic dereference/->