mirror of
https://github.com/kataras/iris.git
synced 2026-07-30 16:09:51 +00:00
7bedaf55a0
Add String() method to the token Type that returns the human-readable name
of the token (e.g., "LBRACE" for '{'), with fallback to numeric value for
unknown types. Also add typeNames map for token type name lookups.