Module syntax

Module syntax 

Source
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§

EnumSubstitutions
Lexer
An iterator over syntax elements

Enums§

MaybeBool
on, off, on|off
SyntaxElement

Functions§

lex