Custom

class Custom(val parser: Parser) : Language(source)

A custom language that is Parser aware

Constructors

Link copied to clipboard
constructor(parser: Parser)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun scopeName(): String