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
- Host: GitHub
- URL: https://github.com/go-air/pal
- Owner: go-air
- License: apache-2.0
- Created: 2021-07-26T13:12:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T21:09:49.000Z (over 4 years ago)
- Last Synced: 2024-06-19T19:47:53.989Z (over 1 year ago)
- Topics: analysis, go, pointer-analysis
- Language: Go
- Homepage:
- Size: 609 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
[](https://pkg.go.dev/github.com/go-air/pal)