//
pkg.gl
Category
github.com/go-siris/siris
core
router
macro
interpreter
lexer
package
7.4.0+incompatible
Repository:
https://github.com/go-siris/siris.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
2
Files
164 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.