runes

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EOF            = 0
	COLON          = ':'
	BANG           = '!'
	LINETERMINATOR = '\n'
	TAB            = '\t'
	SPACE          = ' '
	COMMA          = ','
	HASHTAG        = '#'
	QUOTE          = '"'
	SINGLE_QUOTE   = '\''
	BACKSLASH      = '\\'
	DOT            = '.'
	AT             = '@'
	DOLLAR         = '$'
	PIPE           = '|'
	SLASH          = '/'
	EQUALS         = '='
	NEGATIVESIGN   = '-'
	AND            = '&'
	UNDERSCORE     = '_'

	BRACKETOPEN        = '('
	BRACKETCLOSE       = ')'
	SQUAREBRACKETOPEN  = '['
	SQUAREBRACKETCLOSE = ']'
	CURLYBRACKETOPEN   = '{'
	CURLYBRACKETCLOSE  = '}'

	INT0 = '0'
	INT1 = '1'
	INT2 = '2'
	INT3 = '3'
	INT4 = '4'
	INT5 = '5'
	INT6 = '6'
	INT7 = '7'
	INT8 = '8'
	INT9 = '9'

	T = 't'
	R = 'r'
	U = 'u'
	E = 'e'

	F = 'f'
	A = 'a'
	L = 'l'
	S = 's'
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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