Keval icon indicating copy to clipboard operation
Keval copied to clipboard

A Kotlin mini library for math expression string evaluation

Results 3 Keval issues
Sort by recently updated
recently updated
newest added

Hi! I have the following code snippet: ``` val evaluator = Keval { includeDefault() function { name = "if" arity = 3 implementation = { args -> if (args[2]==1.0) args[1]...

bug

Hi this is my first contribution to an open-source project so I am not sure I did everything right. I noticed that there was an inconsistency as the title says...

create a simple compose multiplatform project targeting Android, iOS and Desktop. I added "implementation("com.notkamui.libs:keval:1.1.1")" to the commonMain.dependencies {} section of the build.gradle file. Build for Android works When I choose...