Skip to main content

Module xeto

Module xeto 

Source

Re-exports§

pub use ast::LibPragma;
pub use ast::SlotDef;
pub use ast::SpecDef;
pub use ast::XetoFile;
pub use fitting::EntityResolver;
pub use fitting::fits;
pub use fitting::fits_explain;
pub use lexer::Token;
pub use lexer::TokenType;
pub use lexer::XetoLexer;
pub use parser::parse_xeto;
pub use resolver::XetoResolver;
pub use spec::Slot;
pub use spec::Spec;

Modules§

ast
bundled
Bundled standard Xeto library sources.
export
Xeto export — serialize Specs back to .xeto text format.
fitting
lexer
loader
Xeto library loader — parses .xeto source, resolves names, produces Specs.
parser
resolver
spec

Enums§

XetoError
Errors that can occur during Xeto parsing, resolution, or loading.