111
111
# avoid excessive use of external libraries.
113
113
# New type for defining tokens, syntax, and semantics all-in-one
119
123
# RFC 3339 "duration" tokens, syntax, and semantics; taken from
120
124
# the "duration" ABNF definition in RFC 3339, Appendix A.
121
125
token_end = Token(re.compile(r"$"), None, frozenset())