X-Git-Url: https://gitweb.ps.run/toc/blobdiff_plain/45409c781a9e35df68c43b1e2f028d30bf90c0a0..be56e29997e17685eebf8bd7cb745183c60de7db:/todo.txt diff --git a/todo.txt b/todo.txt index 3b5d313..07e6bb6 100644 --- a/todo.txt +++ b/todo.txt @@ -19,8 +19,44 @@ define grammar: - . - cast -- complete grammar -- semantic checks when visiting -- type modifier + + +==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: +02.08: Schreiben, generics +03.08: Schreiben, namespaces, private +04.08: Schreiben, type system + + + + + +Missing: +- unions +- const/static/extern - operator precedence -- ... +- bitfields +- nested bodies {} +- multiple files +- call outer functions with same name (::f1()) \ No newline at end of file