[][src]Module libslide::scanner

Tokenizes slide programs and produces lexing diagnostics.

Re-exports

pub use types::*;

Modules

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.

Functions

scan

Scans and tokenizes a string-like slide program.