Zen-C
Loading...
Searching...
No Matches
LambdaRef Struct Reference

Tracks a lambda (anonymous function) within the parser. More...

#include <parser.h>

Collaboration diagram for LambdaRef:

Data Fields

ASTNodenode
 The AST node for the lambda.
 
struct LambdaRefnext
 

Detailed Description

Tracks a lambda (anonymous function) within the parser.

Field Documentation

◆ next

struct LambdaRef* LambdaRef::next

◆ node

ASTNode* LambdaRef::node

The AST node for the lambda.


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