ArkScript
A small, fast, functional and scripting language for video games
Token.hpp File Reference

Token definition for ArkScript. More...

#include <array>
#include <string>
#include <string_view>
+ Include dependency graph for Token.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ark::internal::Token
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Enumerations

enum class  Ark::internal::TokenType {
  Ark::internal::Grouping , Ark::internal::String , Ark::internal::Number , Ark::internal::Operator ,
  Ark::internal::Identifier , Ark::internal::Capture , Ark::internal::GetField , Ark::internal::Keyword ,
  Ark::internal::Skip , Ark::internal::Comment , Ark::internal::Shorthand , Ark::internal::Spread ,
  Ark::internal::Mismatch
}
 

Variables

constexpr std::array< std::string_view, 13 > Ark::internal::tokentype_string
 

Detailed Description

Token definition for ArkScript.

Author
Alexandre Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Version
0.1
Date
2021-10-02

Definition in file Token.hpp.