Last Modified
2014-06-07 04:05:53 +0000
Requires

Description

Alternative during matching. Contains a list of parslets that is tried each one in turn. Only fails if all alternatives fail.

Example:

str('a') | str('b')   # matches either 'a' or 'b'