Introduce typed semantic analysis pipeline

This commit is contained in:
pavel 2026-08-27 19:28:24 +02:00
commit f4cd4f4458
30 changed files with 2079 additions and 2381 deletions

View file

@ -36,9 +36,8 @@ fun main() {
delay(120)
ready.send("timer fired")
}
select {
ready -> println("channel says: " + it)
}
val message = ready.read()
println("channel says: " + message)
val answer = async<Int> {
delay(50)