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

An unary operator. More...

#include <ast.h>

Data Fields

struct ps_tokenop
 
struct ps_exprrhs
 

Detailed Description

An unary operator.

Definition at line 169 of file ast.h.

Field Documentation

◆ op

struct ps_token* ps_expr_unary::op

Definition at line 170 of file ast.h.

◆ rhs

struct ps_expr* ps_expr_unary::rhs

Definition at line 171 of file ast.h.


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