Fun API Documentation 0.42.1
The programming language that makes you have fun!
Loading...
Searching...
No Matches
Bytecode Struct Reference

#include <bytecode.h>

Collaboration diagram for Bytecode:
[legend]

Data Fields

Instructioninstructions
int instr_count
Valueconstants
int const_count
const char * name
const char * source_file

Detailed Description

Definition at line 307 of file bytecode.h.

Field Documentation

◆ const_count

int const_count

Definition at line 312 of file bytecode.h.

◆ constants

Value* constants

Definition at line 311 of file bytecode.h.

◆ instr_count

int instr_count

Definition at line 309 of file bytecode.h.

◆ instructions

Instruction* instructions

Definition at line 308 of file bytecode.h.

◆ name

const char* name

Definition at line 315 of file bytecode.h.

◆ source_file

const char* source_file

Definition at line 316 of file bytecode.h.


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