ArkScript
A small, fast, functional and scripting language for video games
ASTLowerer.hpp File Reference
#include <vector>
#include <string>
#include <cinttypes>
#include <optional>
#include <Ark/Platform.hpp>
#include <Ark/Logger.hpp>
#include <Ark/Compiler/Instructions.hpp>
#include <Ark/Compiler/IntermediateRepresentation/Entity.hpp>
#include <Ark/Compiler/AST/Node.hpp>
#include <Ark/Compiler/ValTableElem.hpp>
#include <Ark/Compiler/Lowerer/LocalsLocator.hpp>
Include dependency graph for ASTLowerer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ark::internal::ASTLowerer
 The ArkScript AST to IR compiler. More...
 
struct  Ark::internal::ASTLowerer::Page
 

Namespaces

namespace  Ark
 
namespace  Ark::internal