diff --git a/dictdatabase/byte_codes.py b/dictdatabase/byte_codes.py index 7d6383d..8204afa 100644 --- a/dictdatabase/byte_codes.py +++ b/dictdatabase/byte_codes.py @@ -10,3 +10,5 @@ NEWLINE = 10 COLON = 58 COMMA = 44 +DIGIT_0 = 48 +DIGIT_9 = 57