BFC-Compiler
A C23 Brainfuck compiler
Loading...
Searching...
No Matches
bfc_ir_instr_t Struct Reference

One IR instruction. More...

#include <bfc_ir.h>

Data Fields

bfc_ir_token_type_t op
union { 
   int64_t   imm 
   bfc_ir_block_t *   body 
val

Detailed Description

One IR instruction.

Note
val.imm is used by immediate operations; val.body owns a nested loop block.

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