spudplate
Template scaffolding compiler for spudlang .spud files
Loading...
Searching...
No Matches
spudplate::UnaryExpr Struct Reference

A unary expression node, e.g. More...

#include <ast.h>

Public Attributes

TokenType op
 The operator token (NOT).
 
ExprPtr operand
 The operand expression.
 
int line
 1-based source line where this node begins.
 
int column
 1-based source column where this node begins.
 

Detailed Description

A unary expression node, e.g.

not flag.