14 lines
347 B
Typst
14 lines
347 B
Typst
#import "../../requirements.typ": isc-hei-bthesis
|
|
#import isc-hei-bthesis: todo
|
|
|
|
= Architecture Overview <sec:impl-overview>
|
|
|
|
/*
|
|
- Main elements
|
|
- Definition language
|
|
- Supported Python syntax (cf. grammar and typing rules)
|
|
- Parse and type check
|
|
- Produce user-facing diagnostics
|
|
- Generate runtime assertions
|
|
- Architecture overview
|
|
*/ |