#include "BytecodeDeserializer.hpp"
#include <cstring>
#include <stdexcept>
#include <filesystem>
#include "metadata.h"
Go to the source code of this file.
|
| namespace | Phasor |
| | The Phasor Programming Language and Runtime.
|
◆ init_crc32_table_deserializer()
| void init_crc32_table_deserializer |
( |
| ) |
|
◆ crc32_table
| uint32_t crc32_table[256] |
|
static |
◆ crc32_table_initialized
| bool crc32_table_initialized = false |
|
static |
◆ SECTION_CONSTANTS
| const uint8_t SECTION_CONSTANTS = 0x01 |
◆ SECTION_FUNCTIONS
| const uint8_t SECTION_FUNCTIONS = 0x04 |
◆ SECTION_INSTRUCTIONS
| const uint8_t SECTION_INSTRUCTIONS = 0x03 |
◆ SECTION_VARIABLES
| const uint8_t SECTION_VARIABLES = 0x02 |