gfy-cpp
Loading...
Searching...
No Matches
function_t Struct Reference

Function type. More...

#include <memory.hpp>

Data Fields

vector< variable_targs
 
vector< Tokenbody
 

Detailed Description

Function type.

Function type is used to store the arguments and body of a function. It is used by the interpreter to store the arguments and body of a function

Field Documentation

◆ args

vector<variable_t> function_t::args

◆ body

vector<Token> function_t::body

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