libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
Data Fields
ps_node_while Struct Reference

#include <ast.h>

Data Fields

struct ps_exprcond
 
struct ps_node_block * body
 

Detailed Description

Definition at line 107 of file ast.h.

Field Documentation

◆ body

struct ps_node_block* ps_node_while::body

Definition at line 109 of file ast.h.

◆ cond

struct ps_expr* ps_node_while::cond

Definition at line 108 of file ast.h.


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