35
36#
37▶# Helper functions
38#
39
· · ·
193
194#
195▶# The main tokenizing function
196#
197
· · ·
324
325#
326▶# Helper functions
327#
328
· · ·
459
460#
461▶# The main rendering function
462#
463g_token_cache: dict[str, list[tuple[str, str]]] = {}