Krueger

io.eleven19.krueger.Krueger
object Krueger

Public API entry point for the Krueger Elm dialect parser.

Attributes

Source
Krueger.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Krueger.type

Members list

Value members

Concrete methods

def parseAst(source: String): Result[String, Module]

Parse Elm source code into an AST (CST lowered).

Parse Elm source code into an AST (CST lowered).

Attributes

Source
Krueger.scala
def parseCst(source: String): Result[String, CstModule]

Parse Elm source code into a CST.

Parse Elm source code into a CST.

Attributes

Source
Krueger.scala