Extend alnum, add forgotten graphic_token

This commit is contained in:
notoria
2021-03-17 20:47:09 +01:00
parent 51424aed32
commit f4be0cf4b3
2 changed files with 8 additions and 6 deletions

View File

@@ -81,6 +81,7 @@ char_type(Char, Type) :-
ctype(alnum).
ctype(alpha).
ctype(alphabetic).
ctype(alphanumeric).
ctype(ascii).
ctype(ascii_graphic).
ctype(ascii_punctuation).
@@ -89,6 +90,7 @@ ctype(control).
ctype(decimal_digit).
ctype(exponent).
ctype(graphic).
ctype(graphic_token).
ctype(hexadecimal_digit).
ctype(layout).
ctype(lower).