Skip to content

Commit

Permalink
Adds README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiHarif committed Sep 23, 2024
0 parents commit fedb27d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

# GraphIR-Toolchain

This repository contains the source code for managing the GraphIR toolchain, which is a set of tools for the extraction, analysis and transformation of GraphIR. GraphIR is a graph-based, single static assignment (SSA) intermediate representation (IR) for analysis and optimization of gradually typed languages.

## GraphIR Related Repositories

- [GraphIR](https://github.com/AdiHarif/GraphIR) - TS class definitions for representing GraphIR.
- [TS-Graph-Extracor](https://github.com/AdiHarif/TS-Graph-Extractor) - Parses TS code into GraphIR objects. Essentially toolchain's frontend.
- [GraphIR-Static-Analysis](https://github.com/AdiHarif/GraphIR-Static-Analysis) - Inference and reasoning over GraphIR, implemented in Souffle Datalog.
- [GraphIR-Backend](https://github.com/AdiHarif/GraphIR-Backend) - Emit c++ code corresponding to GraphIR objects.

0 comments on commit fedb27d

Please sign in to comment.