Last Modified
2014-03-06 22:10:35 +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'