javaluator icon indicating copy to clipboard operation
javaluator copied to clipboard

A java infix evaluator based on "Shunting Yard" algorithm.

Results 7 javaluator issues
Sort by recently updated
recently updated
newest added

I myself working on a similar project

Hi! This library is great. Im having just one requirement, however: Is it possible to implement a method that returns the custom variables from the input given by the user?...

question

Given an expression with a trailing, right-associative operator, the operator may be evaluated incorrectly. When using the `SimpleBooleanEvaluator`, an expression like `true!` resolves to `false`, but I believe it should...

bug

Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. Changelog Sourced from junit's changelog. Summary of changes...

dependencies

Sorry didnt know where to post this, Just wanted to say thanks for this repo! its actually been in use for months in https://github.com/Stirling-Tools/Stirling-PDF