ArkScript
A small, lisp-inspired, functional scripting language
Ark::internal::CompiledPrompt Struct Reference

#include <Debugger.hpp>

Collaboration diagram for Ark::internal::CompiledPrompt:
[legend]

Public Attributes

std::vector< bytecode_tpages
 
std::vector< std::string > symbols
 
std::vector< Valueconstants
 

Detailed Description

Definition at line 41 of file Debugger.hpp.

Member Data Documentation

◆ constants

std::vector<Value> Ark::internal::CompiledPrompt::constants

Definition at line 45 of file Debugger.hpp.

◆ pages

std::vector<bytecode_t> Ark::internal::CompiledPrompt::pages

Definition at line 43 of file Debugger.hpp.

◆ symbols

std::vector<std::string> Ark::internal::CompiledPrompt::symbols

Definition at line 44 of file Debugger.hpp.


The documentation for this struct was generated from the following file: