35 lines
600 B
Typst
35 lines
600 B
Typst
#import "template.typ": week, day
|
|
|
|
#show: week.with(num: 7)
|
|
|
|
#day(1)
|
|
|
|
- better handle type variables
|
|
- write simple demo script
|
|
- various fixes
|
|
|
|
#day(2)
|
|
|
|
- weekly meeting
|
|
- start implementing data-frame and column types
|
|
|
|
#day(3)
|
|
|
|
- statically check cast expressions on literal values
|
|
- add unsafe cast
|
|
- setup user manual
|
|
- setup report
|
|
|
|
#day(4)
|
|
|
|
- work on data-frame and column types (method resolution, subtyping)
|
|
|
|
#day(5)
|
|
|
|
- work on data-frame and column types (asserts, dunders)
|
|
- start writing user manual (quick start)
|
|
|
|
#day(7)
|
|
|
|
- work on user manual (Midas reference, supported Python syntax)
|