Add first section of Agda program analysis article
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
11
content/series/static-program-analysis-in-agda/_index.md
Normal file
11
content/series/static-program-analysis-in-agda/_index.md
Normal 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
|
||||
+++
|
||||
Reference in New Issue
Block a user