package
1.6.17
Repository: https://github.com/desertbit/orbit.git
Documentation: pkg.go.dev

# Functions

Lex concurrently starts lexing the given input and returns the associated Lexer instance.

# Constants

No description provided by the author
*.
No description provided by the author
No description provided by the author
:.
,.
No description provided by the author
No description provided by the author
=.
No description provided by the author
sendData.
No description provided by the author
123.
{.
[.
(.
No description provided by the author
No description provided by the author
No description provided by the author
`rawstring`.
}.
].
No description provided by the author
).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Pos describes a position in a text file.
Token is an item returned from the scanner.

# Interfaces

The Lexer interface represents a lexer that lexes its input into Tokens.

# Type aliases

TokenType identifies the type of lex tokens.