Graphviz 13.0.0~dev.20241220.2304
Loading...
Searching...
No Matches
parse_prog Struct Reference

#include <parse.h>

Data Fields

char * source
 
int l_begin
 
int l_end
 
int l_endg
 
char * begin_stmt
 
parse_blocks_t blocks
 
char * endg_stmt
 
char * end_stmt
 

Detailed Description

Definition at line 46 of file parse.h.

Field Documentation

◆ begin_stmt

char* parse_prog::begin_stmt

Definition at line 49 of file parse.h.

Referenced by compileProg(), freeParseProg(), and parseProg().

◆ blocks

parse_blocks_t parse_prog::blocks

Definition at line 50 of file parse.h.

Referenced by compileProg(), freeParseProg(), and parseProg().

◆ end_stmt

char* parse_prog::end_stmt

Definition at line 52 of file parse.h.

Referenced by compileProg(), freeParseProg(), and parseProg().

◆ endg_stmt

char* parse_prog::endg_stmt

Definition at line 51 of file parse.h.

Referenced by compileProg(), freeParseProg(), and parseProg().

◆ l_begin

int parse_prog::l_begin

Definition at line 48 of file parse.h.

Referenced by compileProg(), and parseProg().

◆ l_end

int parse_prog::l_end

Definition at line 48 of file parse.h.

Referenced by compileProg(), and parseProg().

◆ l_endg

int parse_prog::l_endg

Definition at line 48 of file parse.h.

Referenced by compileProg(), and parseProg().

◆ source

char* parse_prog::source

Definition at line 47 of file parse.h.

Referenced by compileProg(), and parseProg().


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