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 ==compiler== - type checks - cast ==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