feat(journal): update end of week 4

This commit is contained in:
2026-06-08 11:06:11 +02:00
parent ec4d2473d3
commit 4014f6f4e5

View File

@@ -14,3 +14,26 @@
- Read TAPL (22)
- Rework abstract types
- Generalize syntax (more modularity for generics, unions, constraints, etc.)
- Weekly meeting
#day(3)
- Halfway presentations
- Define formal syntax and typing rules
#day(5)
- Work on formal rules
- Update syntax definition (EBNF + railroad diagrams)
- Add usage documentation
- Implement subtyping
#day(6)
- Implement subtyping
#day(7)
- Implement subtyping
- Implement attribute reference and assignments
- Improve diagnostics in CLI