yex.parse.Letter
yex.parse.Letter(ch, location=None)
#
An alphabetical letter.
By default, this covers A to Z and a to z.
Source code in yex/parse/token.py
106 107 108 109 110 111 112 113 114 | |