Expand description
A syntax parser and a generator of syntax interpreters. A module with a simple greedy lexer for the SimpleX api command syntax and a binding submodule that generates actual interpreters.
Re-exports§
pub use binding::Interpretable;
Modules§
- binding
- All magic happens here. A module that generates interpreters for SimpleX chat command syntax.
Structs§
- Enum
Substitutions - Lexer
- An iterator over syntax elements
Enums§
- Maybe
Bool - on, off, on|off
- Syntax
Element