Parsers

class Parsers extends Parser
Companion
object
class Parser
class Object
trait Matchable
class Any
object Parsers

Value members

Concrete methods

def defaultHighlight(buffer: Vector[Char], comment: Attrs, `type`: Attrs, literal: Attrs, keyword: Attrs, notImplemented: Attrs, reset: Attrs): Vector[Char]
def highlightIndices[T](buffer: Vector[Char], ruleColors: PartialFunction[String, T], endColor: T): Seq[(Int, T)]
def importHooks(statement: String): (String, Seq[ImportTree])
def isObjDef(code: String): Boolean
def parseImportHooksWithIndices(source: CodeSource, statements: Seq[(Int, String)]): (Seq[String], Seq[ImportTree])
def scriptBlocksWithStartIndices(rawCode: String, fileName: String): Either[ScriptSplittingError, Seq[ScriptBlock]]
def split(code: String, ignoreIncomplete: Boolean, fileName: String): Option[Either[String, Seq[String]]]
def splitScript(rawCode: String, fileName: String): Either[String, IndexedSeq[(String, Seq[String])]]

Inherited methods

final def parseImportHooks(source: CodeSource, stmts: Seq[String]): (Seq[String], Seq[ImportTree])
Inherited from
Parser