Skip to content

com.notkamui.libs.keval-linuxx64 0.9.0

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.notkamui.libs</groupId>
  <artifactId>keval-linuxx64</artifactId>
  <version>0.9.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

Consistency for the win

Summary

Thanks to @Holo314 (aka @Holo3146), #32 is now fixed : the consistency of the parser is now better, especially in regards to custom function parameters.
; function parameter order is now also fixed.

Moreover, KevalException and all its subclasses now extend RuntimeException (instead of Exception). For Kotlin, this shouldn't change much ; but for Java, this means no checked exception anymore (as it was a choice I regretted very quickly)

Changelog

  • Fixed incorrect behavior when mixing functions and operators (#32 )
  • Fixed function arguments (which used to be reversed)
  • KevalException now extends RuntimeException instead of Exception
  • Update to Kotlin 1.8.0

Integration

Please go the Github Package page to get yourself the artifacts corresponding to your platform, or use your favorite dependency manager @com.notkamui.libs:keval:0.9.0 !

Usage

For further information on usage, please read the README