Fun 0.41.5
The programming language that makes You have fun
Loading...
Searching...
No Matches
LoopCtx Struct Reference
Collaboration diagram for LoopCtx:

Data Fields

int break_jumps [64]
int break_count
int continue_jumps [64]
int cont_count
struct LoopCtxprev

Detailed Description

Definition at line 339 of file parser.c.

Field Documentation

◆ break_count

int break_count

Definition at line 341 of file parser.c.

◆ break_jumps

int break_jumps[64]

Definition at line 340 of file parser.c.

◆ cont_count

int cont_count

Definition at line 343 of file parser.c.

◆ continue_jumps

int continue_jumps[64]

Definition at line 342 of file parser.c.

◆ prev

struct LoopCtx* prev

Definition at line 344 of file parser.c.


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