-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Kernel Operational Semantics
Kevin Millikin edited this page May 10, 2017
·
12 revisions
| Expression configuration | Next configuration |
|---|---|
| <x, ρ, K>expr | <K, ρ(x), ρ>cont |
| <x = e, ρ, K>expr | <e, ρ, VarSet(x, K)>expr |
| Expression continuation configuration | Next configuration |
|---|---|
| <VarSet(x, K), V, ρ>cont | <K, ρ[x → V]>cont |
Important
The wiki has moved to https://github.com/dart-lang/sdk/tree/main/docs; please don't edit the pages here.