//
pkg.gl
Category
github.com/codehakase/iris
core
router
macro
interpreter
lexer
package
8.4.4+incompatible
Repository:
https://github.com/codehakase/iris.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
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.