Project Alice
Loading...
Searching...
No Matches
fif::interpreted_word_instance Struct Reference

#include <fif.hpp>

Public Attributes

std::vector< int32_t > compiled_bytecode
 
LLVMValueRef llvm_function = nullptr
 
int32_t stack_types_start = 0
 
int32_t stack_types_count = 0
 
int32_t typechecking_level = 0
 
bool being_compiled = false
 
bool llvm_compilation_finished = false
 
bool is_imported_function = false
 

Detailed Description

Definition at line 411 of file fif.hpp.

Member Data Documentation

◆ being_compiled

bool fif::interpreted_word_instance::being_compiled = false

Definition at line 417 of file fif.hpp.

◆ compiled_bytecode

std::vector<int32_t> fif::interpreted_word_instance::compiled_bytecode

Definition at line 412 of file fif.hpp.

◆ is_imported_function

bool fif::interpreted_word_instance::is_imported_function = false

Definition at line 419 of file fif.hpp.

◆ llvm_compilation_finished

bool fif::interpreted_word_instance::llvm_compilation_finished = false

Definition at line 418 of file fif.hpp.

◆ llvm_function

LLVMValueRef fif::interpreted_word_instance::llvm_function = nullptr

Definition at line 413 of file fif.hpp.

◆ stack_types_count

int32_t fif::interpreted_word_instance::stack_types_count = 0

Definition at line 415 of file fif.hpp.

◆ stack_types_start

int32_t fif::interpreted_word_instance::stack_types_start = 0

Definition at line 414 of file fif.hpp.

◆ typechecking_level

int32_t fif::interpreted_word_instance::typechecking_level = 0

Definition at line 416 of file fif.hpp.


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