https://github.com/persian-calendar/calculator
Mathematics expressions evaluator
https://github.com/persian-calendar/calculator
antlr antlr4-java calculator
Last synced: about 1 year 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T18:50:59.000Z (about 1 year ago)
- Last Synced: 2025-04-11T19:50:29.342Z (about 1 year ago)
- Topics: antlr, antlr4-java, calculator
- Language: Kotlin
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calendar
[](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).