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

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

Awesome Lists containing this project

README

          

# Abstract Object inference for EO Programs

logo

[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![DevOps By Rultor.com](https://www.rultor.com/b/objectionary/eo-files)](https://www.rultor.com/p/objectionary/aoi)
[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)

[![maven](https://github.com/objectionary/aoi/actions/workflows/maven.yml/badge.svg)](https://github.com/objectionary/aoi/actions/workflows/maven.yml)
[![Hits-of-Code](https://hitsofcode.com/github/objectionary/aoi)](https://hitsofcode.com/view/github/objectionary/aoi)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](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+.