ArkScript
A small, fast, functional and scripting language for video games
Ark::internal::Lexer Member List

This is the complete list of members for Ark::internal::Lexer, including all inherited members.

endOfControlChar(const std::string &sequence, char next) noexceptArk::internal::Lexerprivate
feed(const std::string &code)Ark::internal::Lexer
guessType(const std::string &value) noexceptArk::internal::Lexerprivate
isHexChar(char chr)Ark::internal::Lexerinlineprivate
isIdentifier(const std::string &value) noexceptArk::internal::Lexerprivate
isKeyword(const std::string &value) noexceptArk::internal::Lexerprivate
isOperator(const std::string &value) noexceptArk::internal::Lexerprivate
Lexer(unsigned debug) noexceptArk::internal::Lexerexplicit
m_debugArk::internal::Lexerprivate
m_tokensArk::internal::Lexerprivate
throwTokenizingError(const std::string &message, const std::string &match, std::size_t line, std::size_t col, const std::string &context)Ark::internal::Lexerprivate
tokens() noexceptArk::internal::Lexer