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

A reference to an external C function. More...

#include <ast.h>

Data Fields

struct ps_tokenname
 The name of the function.
 
struct ps_type_tuple * sig
 The type signature of the function.
 

Detailed Description

A reference to an external C function.

Definition at line 81 of file ast.h.

Field Documentation

◆ name

struct ps_token* ps_node_extern::name

The name of the function.

Definition at line 82 of file ast.h.

◆ sig

struct ps_type_tuple* ps_node_extern::sig

The type signature of the function.

Definition at line 83 of file ast.h.


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