Files
TB-Docs/journal/week2.typ

18 lines
444 B
Typst

#import "template.typ": week, day
#show: week.with(num: 2)
#day(1)
- Finish implementing basic parsers
- Add tests for lexers and parsers
#day(2)
- Weekly meeting:
- Drop annotation parser $->$ use Python AST
- Change syntax to match existing patterns / Python
- Set up testing framework with full file tests
- Generic types
- Possible reading: Types and Programming Languages, Benjamin C. Pierce (chapters 3, 5, 8, 9)