io.eleven19.ascribe

Members list

Type members

Classlikes

object Ascribe

Public API for the Ascribe AsciiDoc parser.

Public API for the Ascribe AsciiDoc parser.

Ascribe.parse("= Hello World\n\nFirst paragraph.\n") match
 case parsley.Success(doc)     => println(doc)
 case parsley.Failure(message) => println(s"Error: $message")

Attributes

Source
Ascribe.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Ascribe.type

Extensions

Extensions

extension (cst: CstDocument)

Lowers this CST to its ast.Document representation.

Lowers this CST to its ast.Document representation.

Attributes

Source
Ascribe.scala