Stability | provisional |
---|---|
Maintainer | iavor.diatchki@gmail.com |
Parsimony.Stream
Description
A generic way to extract tokens from a stream.
Documentation
A class describing useful token operations.
class Token token => Stream stream token | stream -> token whereSource
Streams of tokens.
Methods
getToken :: PrimParser stream tokenSource
The type of ASCII encoded content.
data UTF8 string
The type of strngs that are represented using the UTF8 encoding. The parameters is the type of the container for the representation.