swiftlet 0.1.5

swiftlet is a high-performance text-parsing library for Rust, inspired by Python’s Lark.
Documentation
1
2
3
4
5
pub use crate::ast::AST;
pub use crate::grammar::Algorithm;
pub use crate::lexer::Token;
pub use crate::{LexerMode, ParserOption, Swiftlet};
pub use std::sync::Arc;