define grammar: - declarations - var decl - ptr/array - fn decl - struct/enum/union - statements - if/while/for/switch - expr - assignment - return - expressions - fn call - unary/binary/(ternary) operator - variable "call" - literal - parenthesis - array access - . - cast ==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