13 enum class TokenType :
int {
22 LocalDirectionalValue = 8,
38 GreaterThanEquals = 24,
44 GreaterThanLessThan = 30,
45 IdentifierFilenameSubset = 31,
54 ::ll::TypedStorage<8, 8, char const*> text;
55 ::ll::TypedStorage<4, 4, uint> length;
56 ::ll::TypedStorage<4, 4, ::CommandLexer::TokenType> type;
63 ::ll::TypedStorage<8, 8, ::std::string const&> mInput;
64 ::ll::TypedStorage<8, 16, ::CommandLexer::Token> mToken;