https://github.com/bb4/bb4-expression
a library for parsing a text representation of a mathematical expression that is written in terms of x
https://github.com/bb4/bb4-expression
expresssion language math parser
Last synced: 4 months ago
JSON representation
a library for parsing a text representation of a mathematical expression that is written in terms of x
- Host: GitHub
- URL: https://github.com/bb4/bb4-expression
- Owner: bb4
- License: mit
- Created: 2020-02-01T11:19:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T15:57:27.000Z (about 4 years ago)
- Last Synced: 2025-01-10T17:41:31.525Z (about 1 year ago)
- Topics: expresssion, language, math, parser
- Language: Scala
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bb4-expression
This library project for parsing mathematical expressions.
To use, include this dependency in your gradle file
`compile 'com.barrybecker4:bb4-expression:`
### [How to Build](https://github.com/barrybecker4/bb4-common/wiki/Building-bb4-Projects)
If you have not already done so, first install [Git](http://git-scm.com/) and [Intellij](http://www.jetbrains.com/idea/).
You also need to have [java SDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed and set the JAVA_HOME environment variable to point to the location where it is installed.
Type 'gradlew build' at the root (prepend with ./ if running on Cygwin or Linux). This will build everything, but since it is a library project there won't be much to see.
When there is a new release, versioned artifacts will be published by Barry Becker to [Sonatype](https://oss.sonatype.org).
### License
All source (unless otherwise specified in individual file) is provided under the [MIT License](http://www.opensource.org/licenses/MIT)