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

Tokenize ArkScript code. More...

#include <vector>
#include <Ark/Compiler/AST/Token.hpp>
#include <Ark/Compiler/Common.hpp>
+ Include dependency graph for Lexer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ark::internal::Lexer
 The lexer, in charge of creating a list of tokens. More...
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

Tokenize ArkScript code.

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

Definition in file Lexer.hpp.