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

A function invocation. More...

#include <ast.h>

Data Fields

struct ps_tokencallee
 
struct ps_expr_arr * args
 

Detailed Description

A function invocation.

Definition at line 175 of file ast.h.

Field Documentation

◆ args

struct ps_expr_arr* ps_expr_call::args

Definition at line 179 of file ast.h.

◆ callee

struct ps_token* ps_expr_call::callee

Definition at line 178 of file ast.h.


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