Skip to content

Releases: notKamui/Keval

v0.7 - Constants and proper exceptions throw for Java

03 Feb 11:56
239b550
Compare
Choose a tag to compare

This release has now support for constants ! There are already two built-in constants: pi, and e

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

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

v0.6.1 - Functions and DSL - Bugfix

02 Feb 23:45
757a910
Compare
Choose a tag to compare

Small bugfix where Java couldn't properly receive KevalExceptions

v0.6 - Functions and DSL

02 Feb 16:55
e252000
Compare
Choose a tag to compare

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 - Support for basic binary operators

30 Jan 12:27
Compare
Choose a tag to compare

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.