Crate shex_ast

Crate shex_ast 

Source
Expand description

ShEx Abstract Syntax

Ths abstract syntax follows the ShEx abstract syntax spec

Re-exports§

pub use ast::*;
pub use compact::*;
pub use ir::schema_ir_error::*;
pub use ir::shape_label_idx::*;
pub use node::*;
pub use pred::*;
pub use resolve_method::*;
pub use shex_format::*;
pub use shexr::*;

Modules§

ast
compact
ShEx compact syntax parser
ir
node
pred
resolve_method
shapemap
This module defines ShapeMaps
shex_format
shexr

Type Aliases§

Expr