Fun API Documentation 0.42.1
The programming language that makes you have fun!
Loading...
Searching...
No Matches
LoopCtx Struct Reference
Collaboration diagram for LoopCtx:
[legend]

Data Fields

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

Detailed Description

Definition at line 359 of file parser.c.

Field Documentation

◆ break_count

int break_count

Definition at line 361 of file parser.c.

◆ break_jumps

int break_jumps[64]

Definition at line 360 of file parser.c.

◆ cont_count

int cont_count

Definition at line 363 of file parser.c.

◆ continue_jumps

int continue_jumps[64]

Definition at line 362 of file parser.c.

◆ prev

struct LoopCtx* prev

Definition at line 364 of file parser.c.


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