21 lines
553 B
Typst
21 lines
553 B
Typst
#import "../requirements.typ": isc-hei-bthesis
|
|
#import isc-hei-bthesis: todo
|
|
#import "../utils.typ": include-offset
|
|
|
|
= Implementation <chap:impl>
|
|
|
|
#include-offset(path("04_implementation/01_overview.typ"))
|
|
#include-offset(path("04_implementation/02_midas_language.typ"))
|
|
#include-offset(path("04_implementation/03_python_checking.typ"))
|
|
#include-offset(path("04_implementation/04_generation.typ"))
|
|
|
|
/*
|
|
Subjects:
|
|
- Variance inference
|
|
- Environment
|
|
- Resolver
|
|
- Evaluator
|
|
- CallDispatcher
|
|
- Registry (`is_subtype`)
|
|
- MethodRegistry (frames and columns)
|
|
*/ |