13 lines
247 B
Typst
13 lines
247 B
Typst
#import "template.typ": week, day
|
|
|
|
#show: week.with(num: 5)
|
|
|
|
#day(1)
|
|
|
|
- Simple code generator
|
|
- Redesign CLI
|
|
- Split overloaded command into multiple simple commands
|
|
- Add some commands
|
|
- Add for loops
|
|
- Start implementing cast assertions
|