Add first section of Agda program analysis article

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2024-03-14 22:25:17 -07:00
parent 2130b00752
commit c6e2ecb996
2 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
+++
title = "Implementing and Verifying \"Static Program Analysis\" in Agda"
summary = """
In this series, I attempt to formalize the first few chapters of
[Static Program Analysis](https://cs.au.dk/~amoeller/spa/)
in Agda. The goal is to have a formally verified, yet executable, static
analyzer for a simple language.
"""
status = "ongoing"
draft = true
+++