[][src]Module kul_core::parser

Traits and types that provide the different aspects of Parsers' functionality.

Modules

premade

Implementations provided for ready use.

Enums

AllocError

The possible errors that might be returned by a parser's Datum allocator.

Traits

CharClassifier

Classifier of chars that determines which are a Parser's special delimiters.

DatumAllocator

Allocator of space for Datum values that a Parser constructs.

OperatorBindings

Environment of bindings of operator sub-forms to macro functions that substitute forms in a Parser's returned AST.