ArkScript
A small, fast, functional and scripting language for video games
Parser.cpp File Reference
#include <Ark/Compiler/AST/Parser.hpp>
#include <optional>
#include <algorithm>
#include <sstream>
#include <Ark/Files.hpp>
#include <Ark/Exceptions.hpp>
#include <Ark/Compiler/AST/makeErrorCtx.hpp>
+ Include dependency graph for Parser.cpp:

Go to the source code of this file.

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Functions

std::ostream & Ark::internal::operator<< (std::ostream &os, const Parser &P) noexcept