Expand description
Lexer, parser, and AST for the Specl specification language.
Re-exports§
pub use lexer::Lexer;pub use parser::parse;pub use parser::ParseError;pub use parser::Parser;pub use pretty::pretty_print;pub use pretty::pretty_print_expr;pub use pretty::pretty_print_type;pub use token::Span;pub use token::Token;pub use token::TokenKind;pub use ast::*;