https://github.com/objectionary/aoi
Abstract Object inference for EO Programs
https://github.com/objectionary/aoi
eolang
Last synced: 5 months ago
JSON representation
Abstract Object inference for EO Programs
- Host: GitHub
- URL: https://github.com/objectionary/aoi
- Owner: objectionary
- License: mit
- Created: 2022-10-16T13:52:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:42:21.000Z (over 1 year ago)
- Last Synced: 2024-10-29T09:56:15.157Z (over 1 year ago)
- Topics: eolang
- Language: Kotlin
- Homepage:
- Size: 215 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Abstract Object inference for EO Programs

[](https://www.elegantobjects.org)
[](https://www.rultor.com/p/objectionary/aoi)
[](https://www.jetbrains.com/idea/)
[](https://github.com/objectionary/aoi/actions/workflows/maven.yml)
[](https://hitsofcode.com/view/github/objectionary/aoi)
[](https://github.com/objectionary/aoi/blob/master/LICENSE.txt)
AOI is a project aiming at performing Abstract Object Inference for [EO](https://www.eolang.org)
Programs.
## How to Contribute
Fork repository, make changes, send us a pull request. We will review your changes and apply them to
the master branch shortly, provided they don't violate our quality standards. To avoid frustration,
before sending us your pull request please run full Maven build:
```bash
mvn clean install -Pqulice
```
You will need Maven 3.3+ and Java 8+.