//
pkg.gl
Category
github.com/kataras/iris/v12
macro
interpreter
lexer
package
12.2.11
Repository:
https://github.com/kataras/iris.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
1
Dependents
2
Files
163 SLOC
#
Functions
New
New takes a source, series of chars, and returns a new, ready to read from the first letter, lexer.
#
Constants
Begin
token.LBRACE.
End
token.RBRACE.
#
Structs
Lexer
Lexer helps us to read/scan characters of a source and resolve their token types.