Keval Versions Save

A Kotlin mini library for math expression string evaluation

v0.6

3 years ago

This release has full support for functions ! You can also create your own functions and operators thanks to a clean DSL now.

To use it, you just need to import the attached keval-0.6.jar (optionally along with keval-0.6-sources.jar if you want to be able to read the source code directly)

For further information on usage, please read README.md.

v0.5

3 years ago

This release contains a .jar with the mini library, which now supports the basic binary operators (+,-,*,/,^,%).

To use it, you just need to import the attached keval-0.5.jar (optionally along with keval-0.5-sources.jar if you want to be able to read the source code directly)

For further information on usage, please read README.md.