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

Parses a token stream into an AST by using the Ark::Node. More...

#include <string>
#include <list>
#include <ostream>
#include <vector>
#include <cinttypes>
#include <Ark/Constants.hpp>
#include <Ark/Compiler/AST/Lexer.hpp>
#include <Ark/Compiler/AST/Node.hpp>
+ Include dependency graph for Parser.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ark::internal::Parser
 The parser is responsible of constructing the Abstract Syntax Tree from a token list. More...
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Functions

NodeType Ark::internal::similarNodetypeFromTokentype (TokenType tt)
 

Detailed Description

Parses a token stream into an AST by using the Ark::Node.

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

Definition in file Parser.hpp.