Bases: yex.parse.token.MagicToken
Special tokens which are part of yex's infrastructure.
Unlike most tokens, these are callables. Parsers
call them when they see them.
Source code in yex/parse/token.py
| def __init__(self, *args):
self.ch = self.identifier
|