Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/persian-calendar/calculator
- Owner: persian-calendar
- License: lgpl-3.0
- Created: 2022-03-15T11:04:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:05:49.000Z (3 months ago)
- Last Synced: 2024-10-22T11:45:02.145Z (3 months ago)
- Topics: antlr, antlr4-java, calculator
- Language: Kotlin
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).