calkt
calkt copied to clipboard
Calkt is a Kotlin library that supports parsing and calculating various expressions. Parser is written in a way to have an ability to be extended.
Results
2
calkt issues
Sort by
recently updated
recently updated
newest added
e.g. for cases like `-3+5=2`
Add support for boolean expression parsing and evaluation. For example expression ( 0 == 1 && -10 > 11 ) || ( 10