X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/dbc4a22d3c8c4189459f0361cb9da06415ec2dc9..HEAD:/todo.txt diff --git a/todo.txt b/todo.txt index 07e6bb6..e066ece 100644 --- a/todo.txt +++ b/todo.txt @@ -43,20 +43,23 @@ define grammar: - private -Zeitplan: -02.08: Schreiben, generics -03.08: Schreiben, namespaces, private -04.08: Schreiben, type system - - +~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()) \ No newline at end of file +- call outer functions with same name (::f1()) +- automatically select function/var/struct from namespace recursively +- generic methods +- nested type instantiation +- automatic dereference/-> +- automatic "this" +- Kommentare +- include C +- (compile) \ No newline at end of file