An open API service indexing awesome lists of open source software.

https://github.com/go-air/pal

pointer analysis library
https://github.com/go-air/pal

analysis go pointer-analysis

Last synced: 10 days ago
JSON representation

pointer analysis library

Awesome Lists containing this project

README

          

# ⊧ pal

pal -- pointer analysis library for Go

See [this blog post](https://go-air.github.io/blog/20210729-pal.html)
for an overview.

## status: volatile prototype

pal is in a volatile prototyping stage. We have re-organised
things a few times already, and there are many sizeable holes
still to be coded.

We will use v0.0.X semtags for this stage of development,
treating it as "pre-alpha". We will move to v0.1.X when the whole chain runs
on our own tests, well enough to be used by others in alpha testing.

## roadmap

See [#33](https://github.com/go-air/pal/issues/33)

--

## Docs

[![Go Reference](https://pkg.go.dev/badge/github.com/go-air/pal.svg)](https://pkg.go.dev/github.com/go-air/pal)