This commit is contained in:
2024-02-21 15:08:01 +01:00
parent b6949f6a73
commit b388a6a95c
11 changed files with 31 additions and 8 deletions

View File

@ -32,7 +32,10 @@ DATA_TOKENS = [
]
SYMBOL_TOKENS = [
("SYMBOL_OR", r"\\\/"),
("SYMBOL_AND", r"\/\\"),
("SYMBOL_SET", r"\-\>"),
("SYMBOL_TILDE", r"\~"),
# ("SYMBOL_LPARENS", r"\("),
# ("SYMBOL_RPARENS", r"\)"),
("SYMBOL_LBRACKET", r"\["),