ex_spirit v0.3.5 API Reference

Modules

ExSpirit.Parser is the parsing section of ExSpirit, designed to parse out some kind of stream of data (whether via a binary, a list, or perhaps an actual stream) into a data structure of your own design

This structure carries the state of the parser. Contains the following keys

ExSpirit.Parser.Text is a set of parser specifically for parsing out utf-8 text from a binary

ExSpirit.Parsers is the parsing section of ExSpirit, designed to parse out some kind of stream of data (whether via a binary, a list, or perhaps an actual stream) into a data structure of your own design

Exceptions