micron-parser 0.1.0

Library that reads and parses micron documents into a structure suitable for presenting it as e.g. html documents.
Documentation
1
2
3
4
5
6
7
# micron-parser
This library reads and parses micron documents into a structure suitable for presenting it as e.g. html documents.

It does this in three steps:
- lexing symbols/tags
- creating a stream of events based on this
- parsing the events into a structured format