[][src]Module proteus::parser

Parser of transformation syntax into Action(s).

Structs

Parsable

This type represents a single transformation action to be taken containing the source and destination syntax to be parsed into an Action.

Parser

This type represents a set of static methods for parsing transformation syntax into Action's.

Enums

Error

This type represents all possible errors that an occur while parsing the transformation syntax.

Statics

COMMA_SEP_RE

This is a Regex used to parse comma separated values and is used as a helper within custom Action Parsers.

QUOTED_STR_RE

This is a Regex used to get content within quoted strings and is used as a helper within custom Action Parsers.

Type Definitions

ActionParserFn

ActionParserFn is function signature used for adding dynamic actions to the parser