Package space.kscience.kmath.ast

Types

ArithmeticsEvaluator
Link copied to clipboard
common
object ArithmeticsEvaluator : Grammar<MST>
better-parse implementation of grammar defined in the ArithmeticsEvaluator.g4.

Functions

parseMath
Link copied to clipboard
common
fun String.parseMath(): MST
Parses the string into MST using ArithmeticsEvaluator.
tryParseMath
Link copied to clipboard
common
fun String.tryParseMath(): ParseResult<MST>
Tries to parse the string into MST using ArithmeticsEvaluator.