Module lexer

Source

Modulesยง

decoders
Re-export of the coords module Decoder module Both the DOM and SAX parser implementations operate over a stream of chars produced by some flavour of iterator. By default, this iterator is based on a decoder that will take a stream of bytes from an underlying source, and convert into a stream of chars.
lexer_core
Core lexing module Lexer used by both DOM and SAX parsers