Module spandex::parser[][src]

Expand description

This crate contains the parser for spandex.

Re-exports

pub use combinators::parse;

Modules

This module contains everything related to the ast.

This module contains all the functions needed for parsing.

This module contains everything related to parsing errors.

This module contains some functions that will help us managing strings.

This module contains everything related to parse warnings.

Structs

An ast that was successfully parsed.

A position is a span but without the reference to the complete str.

Functions

Returns the position of a span.

Type Definitions

This type will allow us to know where we are while we’re parsing the content.