Fun 0.41.5
The programming language that makes You have fun
Loading...
Searching...
No Matches
Bytecode Struct Reference

#include <bytecode.h>

Collaboration diagram for Bytecode:

Data Fields

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

Detailed Description

Definition at line 293 of file bytecode.h.

Field Documentation

◆ const_count

int const_count

Definition at line 298 of file bytecode.h.

◆ constants

Value* constants

Definition at line 297 of file bytecode.h.

◆ instr_count

int instr_count

Definition at line 295 of file bytecode.h.

◆ instructions

Instruction* instructions

Definition at line 294 of file bytecode.h.

◆ name

const char* name

Definition at line 301 of file bytecode.h.

◆ source_file

const char* source_file

Definition at line 302 of file bytecode.h.


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