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

A bytecode disassembler for ArkScript. More...

#include <vector>
#include <fstream>
#include <iostream>
#include <string>
#include <cinttypes>
#include <optional>
#include <Ark/Platform.hpp>
#include <Ark/Compiler/Common.hpp>
+ Include dependency graph for BytecodeReader.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ark::BytecodeReader
 This class is just a helper to. More...
 

Namespaces

namespace  Ark
 

Enumerations

enum class  Ark::BytecodeSegment {
  Ark::All , Ark::Symbols , Ark::Values , Ark::Code ,
  Ark::HeadersOnly
}
 

Detailed Description

A bytecode disassembler for ArkScript.

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

Definition in file BytecodeReader.hpp.