package
Version:
v2.2.4+incompatible
Opens a new window with list of versions in this module.
Published: Aug 1, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
An Iteratee contains a collection of token from a Lexer.
HasNext defines if a token is available.
Is defines if next token has given type.
Next returns the next token.
A Lexer will return a list of Token from a reader.
New return a new Lexer from given source.
Iterator returns an Iteratee from reader.
Next will return the next token on reader.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.