![]() | Fun 0.41.5 The programming language that makes You have fun |
#include <bytecode.h>

Data Fields | |
| Instruction * | instructions |
| int | instr_count |
| Value * | constants |
| int | const_count |
| const char * | name |
| const char * | source_file |
Definition at line 293 of file bytecode.h.
| int const_count |
Definition at line 298 of file bytecode.h.
| Value* constants |
Definition at line 297 of file bytecode.h.
| int instr_count |
Definition at line 295 of file bytecode.h.
| Instruction* instructions |
Definition at line 294 of file bytecode.h.
| const char* name |
Definition at line 301 of file bytecode.h.
| const char* source_file |
Definition at line 302 of file bytecode.h.