ScriptParser

class ScriptParser(functions: Map<String, KlarityFunction>, values: Map<String, String>)

This class is responsible for parsing any script inside the given input. Instances should be created every time on new inputs.

Author

TOTHTOMI

Since

Jul. 23, 2023

Constructors

Link copied to clipboard
constructor(functions: Map<String, KlarityFunction>, values: Map<String, String>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun parse(input: String): String