BinaryPlus

class BinaryPlus(operations: Collection<String>?) : Binary

Handles binary nodes by producing BinaryPlusSyntax.

Author

Iaroslav Postovalov

Constructors

Link copied to clipboard
fun BinaryPlus(operations: Collection<String>?)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
override fun render(renderer: FeaturedMathRenderer, node: MST): MathSyntax?

Renders MST to MathSyntax in the context of owning renderer.

Properties

Link copied to clipboard
val operations: Collection<String>?

the allowed operations. If null, any operation is accepted.

Sources

Link copied to clipboard