X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/45409c781a9e35df68c43b1e2f028d30bf90c0a0..5f9668526491332f62c05ad831dbf6d5fdc2b6d0:/todo.txt diff --git a/todo.txt b/todo.txt index 3b5d313..8ddc15e 100644 --- a/todo.txt +++ b/todo.txt @@ -19,8 +19,43 @@ define grammar: - . - cast -- complete grammar -- semantic checks when visiting -- type modifier -- operator precedence -- ... + + +==grammar== +- exprs/stmts +- operators (precedence) +- types (modifiers) +- dot/[] +- literals +- cast +- comments + +==compiler== +- type checks +- cast +- files (.c/.h) +- l/rvalue + +==new features== +- generics +- namespaces +- methods +- 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 + + + + + +Missing: +- unions +- const/static/extern \ No newline at end of file