tweak · boyter/scc@fc644f5

Original file line numberDiff line numberDiff line change

@@ -46,11 +46,11 @@ type LanguageFeature struct {

4646

Strings *Trie

4747

Tokens *Trie

4848

Nested bool

49-

ComplexityCheckMask uint64

50-

SingleLineCommentMask uint64

51-

MultiLineCommentMask uint64

52-

StringCheckMask uint64

53-

ProcessMask uint64

49+

ComplexityCheckMask byte

50+

SingleLineCommentMask byte

51+

MultiLineCommentMask byte

52+

StringCheckMask byte

53+

ProcessMask byte

5454

Keywords []string

5555

Quotes []Quote

5656

}