Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/persian-calendar/calculator

Mathematics expressions evaluator
https://github.com/persian-calendar/calculator

antlr antlr4-java calculator

Last synced: about 2 months ago
JSON representation

Mathematics expressions evaluator

Awesome Lists containing this project

README

        

# Calendar
[![](https://jitpack.io/v/persian-calendar/calculator.svg)](https://jitpack.io/#persian-calendar/calculator)

Mathematics expressions evaluator

# Usage

Add this in your root build.gradle at the end of repositories section:
```kotlin
allprojects {
repositories {
...
maven("https://jitpack.io")
}
}
```

Now actually add the dependency:
```kotlin
dependencies {
implementation("com.github.persian-calendar:calculator:0.0.1")
}
```

For other build tools support have a look at [this](https://jitpack.io/#persian-calendar/calculator).