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

A bool literal expression node, e.g. More...

#include <ast.h>

Public Attributes

bool value
 The literal boolean value.
 
int line
 1-based source line where this node begins.
 
int column
 1-based source column where this node begins.
 

Detailed Description

A bool literal expression node, e.g.

true or false.