Module proteus::parser[][src]

Expand description

Parser of transformation syntax into Action(s).

Structs

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

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

Enums

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

Statics

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

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

Type Definitions

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