UplcParser

scalus.uplc.UplcParser
See theUplcParser companion object
class UplcParser

UPLC parsers.

It's a collection of parsers for the UPLC language. Term and Program parsers are statefull and are program version dependent, that's why this is a class and not an object.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def parseProgram(s: String): Either[String, Program]

Concrete fields

val program: Parser[Program]
val programVersion: Parser[(Int, Int, Int)]
val term: Parser[Term]