Parselix v0.4.0 Parselix.Basic
Provide basic parsers.
Summary
Functions
Parses any character
Parses a specified character
Validates the result of the given parser
Returns a result of the given parser which succeeds first
Removes :empty from the result of the given parser
Concatenates the result of the given parser to a string
Returns a default value when parser failed
Dumps the result of the given parser
Parses the end of text
Replaces error messages
Flattens the result of the given parser
Flattens the result of the given parser once
Ignores the result of the given parser
Parses 0 or more times
Parses 1 or more times
Maps the result of the given parser
Attaches a meta data to the result of the given parser
Parses a not specified character
Parses 0 times or once
Picks one value from the result of the given parser
Parses a string which matches against the given regex
Replaces the result of the given parser
Parses in sequence
Slices the result of the given parser
Parses a specified string
Parses X times
Puts the value out of the result of the given parser
Recursively puts the value out of the result of the given parser
Puts the result of the given parser into an empty array