10 lines
391 B
Typst
10 lines
391 B
Typst
#import "../../requirements.typ": isc-hei-bthesis
|
|
#import isc-hei-bthesis: todo
|
|
#import "../../utils.typ": include-offset
|
|
|
|
= Implementation
|
|
|
|
#include-offset(path("02_implementation/01_overview.typ"))
|
|
#include-offset(path("02_implementation/02_midas_language.typ"))
|
|
#include-offset(path("02_implementation/03_python_checking.typ"))
|
|
#include-offset(path("02_implementation/04_generation.typ")) |