1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

generate_C_lang_token.py: add an important TODO

This commit is contained in:
2024-03-22 08:25:48 +03:00
parent 3771d85aef
commit 419ebe2cba

View File

@ -4,6 +4,9 @@
#
# Author: Intel A80486DX2-66
# License: Creative Commons Zero 1.0 Universal
#
# TODO: If the generated token starts with `__`, replace the first 2 characters
# to a random [A-Za-z]{2,2} string
from random import choice
from string import ascii_lowercase, ascii_uppercase, digits