[−][src]Module libslide::scanner
Tokenizes slide programs and produces lexing diagnostics.
Re-exports
pub use types::*; |
Modules
| errors | Diagnostic errors produced by the scanner. |
| types | Definitions of types used in the libslide scanner. |
Structs
| ScanErrors | Diagnostic errors produced by the scanner. |
| ScanResult | Describes the result of tokenizing a slide program. |
| Scanner |
Functions
| scan | Scans and tokenizes a string-like slide program. |