Documentation ¶
Index ¶
Constants ¶
View Source
const DOTK = 57347
View Source
const DOTKLIST = 57348
View Source
const KLABEL = 57352
View Source
const KLABELLABEL = 57350
View Source
const KSEQ = 57346
View Source
const KVARIABLE = 57351
View Source
const STRING = 57353
View Source
const TOKENLABEL = 57349
Variables ¶
This section is empty.
Functions ¶
func UnescapeKLabel ¶
UnescapeKLabel ... removes starting and ending back-quotes, unescapes back-quotes inside
func UnescapeKString ¶
UnescapeKString ... removes starting and ending double-quotes, unescapes double-quotes inside
Types ¶
type InjectedKLabel ¶
type InjectedKLabel struct {
Label string
}
InjectedKLabel ... raw InjectedKLabel, as parsed from KAST
func (InjectedKLabel) PrettyTreePrint ¶
func (k InjectedKLabel) PrettyTreePrint(indent int) string
PrettyTreePrint ... A tree representation of a parsed K object
type KApply ¶
KApply ... raw KApply object, as parsed from KAST
func (KApply) PrettyTreePrint ¶
PrettyTreePrint ... A tree representation of a parsed K object
type KSequence ¶
type KSequence []K
KSequence ... a sequence of K items
func (KSequence) PrettyTreePrint ¶
PrettyTreePrint ... A tree representation of a parsed K object
type KToken ¶
KToken ... raw KToken, as parsed from KAST
func (KToken) PrettyTreePrint ¶
PrettyTreePrint ... A tree representation of a parsed K object
Click to show internal directories.
Click to hide internal directories.