mago-syntax-core 1.27.0

Provides core utilities useful for building lexers and parsers within Mago.
Documentation
1
2
3
4
5
pub mod ast;
pub mod input;
pub mod macros;
pub mod parser;
pub mod utils;