X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/5f9668526491332f62c05ad831dbf6d5fdc2b6d0..HEAD:/todo.txt?ds=inline diff --git a/todo.txt b/todo.txt index 8ddc15e..e066ece 100644 --- a/todo.txt +++ b/todo.txt @@ -43,19 +43,23 @@ define grammar: - private -Zeitplan: -29.07: grammar -30.07: compiler -31.07: new features -01.08: Schreiben, vorabversion -02.08: Schreiben -03.08: Schreiben -04.08: Schreiben, abgeben - - +~14.08 Abgabe Paper/Code Missing: -- unions -- const/static/extern \ No newline at end of file +- unions/enums +- const/static/extern +- 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/-> +- automatic "this" +- Kommentare +- include C +- (compile) \ No newline at end of file