Skip to content

Commit 9dd1ae2

Browse files
committed
Reduce the size of Kind to 16 bits
1 parent d9297c9 commit 9dd1ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tokenize/src/token_kinds.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@enum(Kind,
1+
@enum(Kind::UInt16,
22
NONE, # Placeholder; never emitted by lexer
33
ENDMARKER, # EOF
44
ERROR,

0 commit comments

Comments
 (0)