Package lex helps you implement your own lexer and parser.
The code and API are strongly influenced by the lexer found in the Go standard
library package text/template/parse
.
For help on how to use this package, see also the package pre.
For more information, see the documentation! :-) This package is licensed under the MIT license.