C-minor v0.0

AstCodeBlock.WasBraced Field

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: AstCodeBlock

Indicates if the statement block was braced in the original code

public bool WasBraced;

Remarks

This will false for the body of a function declaration which is indented but not braced (the braces are considered part of the function AST)

Field Type

bool