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