Skip to content

a library for parsing a text representation of a mathematical expression that is written in terms of x

License

Notifications You must be signed in to change notification settings

bb4/bb4-expression

Repository files navigation

bb4-expression

This library project for parsing mathematical expressions.

To use, include this dependency in your gradle file

compile 'com.barrybecker4:bb4-expression:<version>

If you have not already done so, first install Git and Intellij. You also need to have java SDK 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.

License

All source (unless otherwise specified in individual file) is provided under the MIT License

About

a library for parsing a text representation of a mathematical expression that is written in terms of x

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages