token

package
v0.0.0-...-a278cc6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2020 License: LGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UNSET                = Token("unset")   // TODO: Make sure this does not make it out of the lexer
	UNKNOWN              = Token("unknown") // TODO: Make sure this does not make it out of the lexer
	STRING               = Token("string")
	SEMICOLON            = Token("semicolon")
	KEYWORD_LANG         = Token("kw_lang")
	KEYWORD_IMPORTBASE   = Token("kw_importbase")
	KEYWORD_IMPORTRULE   = Token("kw_importrule")
	KEYWORD_CANNOTIMPORT = Token("kw_cannotimport")
	KEYWORD_ALLOW        = Token("kw_allow")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Token

type Token string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL