Module yaccas::arguments [] [src]

This module contains the available types of arguments.

Structs

Command

An argument which may influence the parsing process.

Flag

An argument which represents an option which may occur 0 - x times.

Metadata

The metadata of an argument.

Value

An argument which represents a value of a specific type.

Enums

Argument

An enum of all arguments which may be processed by the parser.

Traits

Parsable

A trait for structs which could be interpreted as arguments.

Type Definitions

AbortReason

The result of a Command. The parsing is aborted if a reason is set, else it continues.