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

A binary operator. More...

#include <ast.h>

Data Fields

struct ps_exprlhs
 
struct ps_tokenop
 
struct ps_exprrhs
 

Detailed Description

A binary operator.

Definition at line 162 of file ast.h.

Field Documentation

◆ lhs

struct ps_expr* ps_expr_binary::lhs

Definition at line 163 of file ast.h.

◆ op

struct ps_token* ps_expr_binary::op

Definition at line 164 of file ast.h.

◆ rhs

struct ps_expr* ps_expr_binary::rhs

Definition at line 165 of file ast.h.


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