🐐 String uppercase/lowercase functions

This commit is contained in:
2026-04-24 18:10:50 +02:00
parent 37050e3e3b
commit dbaf01b6a3
10 changed files with 109 additions and 3 deletions

View File

@@ -56,6 +56,8 @@ builtin_tokens = [("BUILTIN", i) for i in [
"FORTVITA_ELECTIO",
"LITTERA",
"LONGITVDO",
"MAIVSCVLA",
"MINVSCVLA",
"NVMERVS",
"ORDINA",
"SEMEN",
@@ -108,8 +110,8 @@ whitespace_tokens = [
]
all_tokens = (
keyword_tokens +
builtin_tokens +
keyword_tokens +
module_tokens +
data_tokens +
symbol_tokens +