Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 85e7f20

Browse files
committed
Goals.
1 parent 4cfe7cc commit 85e7f20

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

semantic-analysis/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
Program analysis by abstract definitional interpretation.
44

55

6+
## Goals
7+
8+
The goal of this package is to provide
9+
10+
1. general facilities for performing program analysis of programs via abstract (definitional) interpretation of an intermediate language,
11+
12+
2. conveniences to aid in translating programs in arbitrary surface languages into said intermediate language,
13+
14+
3. facilities for tailoring and tuning program analyses to vary performance, precision, and sensitivities, and
15+
16+
4. a small variety of specific program analyses to serve both as examples and as useful tools in their own right.
17+
18+
619
## Development
720

821
This project consists of a Haskell package named `semantic-analysis`. The library’s sources are in [`src`][].

0 commit comments

Comments
 (0)