|
Zen-C
|
Tracks a lambda (anonymous function) within the parser. More...
#include <parser.h>

Data Fields | |
| ASTNode * | node |
| The AST node for the lambda. | |
| struct LambdaRef * | next |
Tracks a lambda (anonymous function) within the parser.
| struct LambdaRef* LambdaRef::next |
| ASTNode* LambdaRef::node |
The AST node for the lambda.