kmath-ast
/
space.kscience.kmath.ast
common
Package space.
kscience.
kmath.
ast
Types
Functions
Types
ArithmeticsEvaluator
Link copied to clipboard
common
object
ArithmeticsEvaluator
:
Grammar
<
MST
>
Content copied to clipboard
better-parse implementation of grammar defined in the ArithmeticsEvaluator.g4.
Functions
parseMath
Link copied to clipboard
common
fun
String
.
parseMath
():
MST
Content copied to clipboard
Parses the string into
MST
using
ArithmeticsEvaluator
.
tryParseMath
Link copied to clipboard
common
fun
String
.
tryParseMath
():
ParseResult
<
MST
>
Content copied to clipboard
Tries to parse the string into
MST
using
ArithmeticsEvaluator
.