Add a draft post on forward analysis

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2024-12-01 22:16:02 -08:00
parent 147658ee89
commit c1b27a13ae
4 changed files with 427 additions and 1 deletions

View File

@@ -106,4 +106,5 @@ Here are the posts that Ive written so far for this series:
* {{< draftlink "Our Programming Language" "05_spa_agda_semantics" >}}
* {{< draftlink "Control Flow Graphs" "06_spa_agda_cfg" >}}
* {{< draftlink "Connecting Semantics and Control Flow Graphs" "07_spa_agda_semantics_and_cfg" >}}
* {{< draftlink "A Verified Forward Analysis" "08_spa_forward" >}}
* {{< draftlink "Forward Analysis" "08_spa_forward" >}}
* {{< draftlink "Verifying the Forward Analysis" "09_spa_verified_forward" >}}